#EE8DBC

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

Shades of Shocking #EE8DBC

Tints of Shocking #EE8DBC

Color information

#EE8DBC (or 0xEE8DBC) is unknown color: approx Shocking. HEX triplet: EE, 8D and BC. RGB value is (238,141,188). Sum of RGB (Red+Green+Blue) = 238+141+188=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DBC is #117243. Grayscale: #AFAFAF. Windows color (decimal): -1143364 or 12357102. OLE color: 12357102.

HSL color Cylindrical-coordinate representation of color #EE8DBC: hue angle of 330.93º 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 #EE8DBC is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238141188-
CMYK00.410.210.07
HSL330.93º74.05%74.31%-
HSV(B)330.93º40.76%93.33%-
XYZ53.8640.8652.62-
YUV175.36135.14172.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=41.98%
G=24.87%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814118800.410.210.07330.9374.0574.31
HexEE8DBC02915714b4a4a
Octal356215274051257513112112
Binary11101110100011011011110001010011010111110100101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DBC; }

 p { color: rgb(238,141,188); }

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

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

 a { background-color: rgb(238,141,188); }

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

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

 span { border-color: rgb(238,141,188); }

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