#EE0BB4

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

Shades of Shocking Pink #EE0BB4

Tints of Shocking Pink #EE0BB4

Color information

#EE0BB4 (or 0xEE0BB4) is unknown color: approx Shocking Pink. HEX triplet: EE, 0B and B4. RGB value is (238,11,180). Sum of RGB (Red+Green+Blue) = 238+11+180=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BB4 is #11F44B. Grayscale: #616161. Windows color (decimal): -1176652 or 11799534. OLE color: 11799534.

HSL color Cylindrical-coordinate representation of color #EE0BB4: hue angle of 315.33º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BB4 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB23811180-
CMYK00.950.240.07
HSL315.33º91.16%48.82%-
HSV(B)315.33º95.38%93.33%-
XYZ43.6221.7145.07-
YUV98.14174.21227.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.48%
GREEN value IS 11 (4.69% from 255) = 2.56%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=55.48%
G=2.56%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381118000.950.240.07315.3391.1648.82
HexEEBB405F18713b5b31
Octal35613264013730747313361
Binary1110111010111011010001011111110001111001110111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0BB4; }

 p { color: rgb(238,11,180); }

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

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

 a { background-color: rgb(238,11,180); }

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

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

 span { border-color: rgb(238,11,180); }

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