#EE95CD

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

Shades of Shocking #EE95CD

Tints of Shocking #EE95CD

Color information

#EE95CD (or 0xEE95CD) is unknown color: approx Shocking. HEX triplet: EE, 95 and CD. RGB value is (238,149,205). Sum of RGB (Red+Green+Blue) = 238+149+205=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE95CD is #116A32. Grayscale: #B5B5B5. Windows color (decimal): -1141299 or 13473262. OLE color: 13473262.

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

Color convert

RGB238149205-
CMYK00.370.140.07
HSL322.25º72.36%75.88%-
HSV(B)322.25º37.39%93.33%-
XYZ57.0344.0863.26-
YUV182140.99167.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=40.20%
G=25.17%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814920500.370.140.07322.2572.3675.88
HexEE95CD025E7142484c
Octal356225315045167502110114
Binary1110111010010101110011010100101111011110100001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95CD; }

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

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

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

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

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

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

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

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