#ee8cb6

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

Shades of Shocking #EE8CB6

Tints of Shocking #EE8CB6

Color information

#EE8CB6 (or 0xEE8CB6) is unknown color: approx Shocking. HEX triplet: EE, 8C and B6. RGB value is (238,140,182). Sum of RGB (Red+Green+Blue) = 238+140+182=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CB6 is #117349. Grayscale: #AEAEAE. Windows color (decimal): -1143626 or 11963630. OLE color: 11963630.

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

Color convert

RGB238140182-
CMYK00.410.240.07
HSL334.29º74.24%74.12%-
HSV(B)334.29º41.18%93.33%-
XYZ53.0840.3149.24-
YUV174.09132.47173.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=42.5%
G=25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814018200.410.240.07334.2974.2474.12
HexEE8CB602918714e4a4a
Octal356214266051307516112112
Binary11101110100011001011011001010011100011110100111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee8cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee8cb6; }

 p { color: rgb(238,140,182); }

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

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

 a { background-color: rgb(238,140,182); }

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

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

 span { border-color: rgb(238,140,182); }

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