#ee00bb

Color #EE00BB Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #EE00BB

Tints of Shocking Pink #EE00BB

Color information

#EE00BB (or 0xEE00BB) is unknown color: approx Shocking Pink. HEX triplet: EE, 00 and BB. RGB value is (238,0,187). Sum of RGB (Red+Green+Blue) = 238+0+187=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00BB is #11FF44. Grayscale: #5B5B5B. Windows color (decimal): -1179461 or 12255470. OLE color: 12255470.

HSL color Cylindrical-coordinate representation of color #EE00BB: hue angle of 312.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00BB is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB2380187-
CMYK010.210.07
HSL312.86º100%46.67%-
HSV(B)312.86º100%93.33%-
XYZ44.2321.7648.88-
YUV92.48181.35231.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 44%
R=56%
G=0%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380187010.210.07312.8610046.67
HexEE0BB064157139642f
Octal3560273014425747114457
Binary1110111001011101101100100101011111001110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee00bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee00bb; }

 p { color: rgb(238,0,187); }

 H1.HeaderClassName
 {
   color: #ee00bb;
 }
 .AnyTagClassName
 {
   color: #ee00bb;
 }
</style>
background-color css

<style>
 a { background-color: #ee00bb; }

 a { background-color: rgb(238,0,187); }

 div.DivClassName
 {
   background-color: #ee00bb;
 }
 .BgClassName
 {
   background-color: #ee00bb;
 }
</style>
border-color css

<style>
 span { border-color: #ee00bb; }

 span { border-color: rgb(238,0,187); }

 td.TdClassName
 {
   border-color: #ee00bb;
 }
 .TagClassName
 {
   border-color: #ee00bb;
 }
</style>