#EE8EBB

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

Shades of Shocking #EE8EBB

Tints of Shocking #EE8EBB

Color information

#EE8EBB (or 0xEE8EBB) is unknown color: approx Shocking. HEX triplet: EE, 8E and BB. RGB value is (238,142,187). Sum of RGB (Red+Green+Blue) = 238+142+187=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8EBB is #117144. Grayscale: #AFAFAF. Windows color (decimal): -1143109 or 12291822. OLE color: 12291822.

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

Color convert

RGB238142187-
CMYK00.400.210.07
HSL331.88º73.85%74.51%-
HSV(B)331.88º40.34%93.33%-
XYZ53.941.1152.11-
YUV175.83134.3172.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=41.98%
G=25.04%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814218700.400.210.07331.8873.8574.51
HexEE8EBB02815714c4a4b
Octal356216273050257514112113
Binary11101110100011101011101101010001010111110100110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8EBB; }

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

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

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

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

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

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

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

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