#EE98CD

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

Shades of Shocking #EE98CD

Tints of Shocking #EE98CD

Color information

#EE98CD (or 0xEE98CD) is unknown color: approx Shocking. HEX triplet: EE, 98 and CD. RGB value is (238,152,205). Sum of RGB (Red+Green+Blue) = 238+152+205=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98CD is #116732. Grayscale: #B7B7B7. Windows color (decimal): -1140531 or 13474030. OLE color: 13474030.

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

Color convert

RGB238152205-
CMYK00.360.140.07
HSL323.02º71.67%76.47%-
HSV(B)323.02º36.13%93.33%-
XYZ57.5145.0463.42-
YUV183.76139.99166.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=40%
G=25.55%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815220500.360.140.07323.0271.6776.47
HexEE98CD024E7143484c
Octal356230315044167503110114
Binary1110111010011000110011010100100111011110100001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98CD; }

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

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

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

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

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

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

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

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