#EE9FCD

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

Shades of Shocking #EE9FCD

Tints of Shocking #EE9FCD

Color information

#EE9FCD (or 0xEE9FCD) is unknown color: approx Shocking. HEX triplet: EE, 9F and CD. RGB value is (238,159,205). Sum of RGB (Red+Green+Blue) = 238+159+205=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FCD is #116032. Grayscale: #BBBBBB. Windows color (decimal): -1138739 or 13475822. OLE color: 13475822.

HSL color Cylindrical-coordinate representation of color #EE9FCD: hue angle of 325.06º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FCD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238159205-
CMYK00.330.140.07
HSL325.06º69.91%77.84%-
HSV(B)325.06º33.19%93.33%-
XYZ58.6847.3863.81-
YUV187.86137.67163.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=39.53%
G=26.41%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815920500.330.140.07325.0669.9177.84
HexEE9FCD021E7145464e
Octal356237315041167505106116
Binary1110111010011111110011010100001111011110100010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FCD; }

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

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

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

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

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

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

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

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