#EE8DBE

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

Shades of Shocking #EE8DBE

Tints of Shocking #EE8DBE

Color information

#EE8DBE (or 0xEE8DBE) is unknown color: approx Shocking. HEX triplet: EE, 8D and BE. RGB value is (238,141,190). Sum of RGB (Red+Green+Blue) = 238+141+190=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DBE is #117241. Grayscale: #AFAFAF. Windows color (decimal): -1143362 or 12488174. OLE color: 12488174.

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

Color convert

RGB238141190-
CMYK00.410.200.07
HSL329.69º74.05%74.31%-
HSV(B)329.69º40.76%93.33%-
XYZ54.0840.9453.77-
YUV175.59136.14172.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=41.83%
G=24.78%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814119000.410.200.07329.6974.0574.31
HexEE8DBE02914714a4a4a
Octal356215276051247512112112
Binary11101110100011011011111001010011010011110100101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DBE; }

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

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

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

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

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

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

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

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