#EE95BA

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

Shades of Shocking #EE95BA

Tints of Shocking #EE95BA

Color information

#EE95BA (or 0xEE95BA) is unknown color: approx Shocking. HEX triplet: EE, 95 and BA. RGB value is (238,149,186). Sum of RGB (Red+Green+Blue) = 238+149+186=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95BA is #116A45. Grayscale: #B3B3B3. Windows color (decimal): -1141318 or 12228078. OLE color: 12228078.

HSL color Cylindrical-coordinate representation of color #EE95BA: hue angle of 335.06º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95BA is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238149186-
CMYK00.370.220.07
HSL335.06º72.36%75.88%-
HSV(B)335.06º37.39%93.33%-
XYZ54.8743.2251.9-
YUV179.83131.49169.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=41.54%
G=26.00%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814918600.370.220.07335.0672.3675.88
HexEE95BA02516714f484c
Octal356225272045267517110114
Binary11101110100101011011101001001011011011110100111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95BA; }

 p { color: rgb(238,149,186); }

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

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

 a { background-color: rgb(238,149,186); }

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

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

 span { border-color: rgb(238,149,186); }

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