#EE95B9

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

Shades of Shocking #EE95B9

Tints of Shocking #EE95B9

Color information

#EE95B9 (or 0xEE95B9) is unknown color: approx Shocking. HEX triplet: EE, 95 and B9. RGB value is (238,149,185). Sum of RGB (Red+Green+Blue) = 238+149+185=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95B9 is #116A46. Grayscale: #B3B3B3. Windows color (decimal): -1141319 or 12162542. OLE color: 12162542.

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

Color convert

RGB238149185-
CMYK00.370.220.07
HSL335.73º72.36%75.88%-
HSV(B)335.73º37.39%93.33%-
XYZ54.7643.1751.35-
YUV179.72130.99169.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=41.61%
G=26.05%
B=32.34%

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
Decimal23814918500.370.220.07335.7372.3675.88
HexEE95B9025167150484c
Octal356225271045267520110114
Binary11101110100101011011100101001011011011110101000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95B9; }

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

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

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

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

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

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

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

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