#EE98C6

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

Shades of Shocking #EE98C6

Tints of Shocking #EE98C6

Color information

#EE98C6 (or 0xEE98C6) is unknown color: approx Shocking. HEX triplet: EE, 98 and C6. RGB value is (238,152,198). Sum of RGB (Red+Green+Blue) = 238+152+198=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98C6 is #116739. Grayscale: #B6B6B6. Windows color (decimal): -1140538 or 13015278. OLE color: 13015278.

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

Color convert

RGB238152198-
CMYK00.360.170.07
HSL327.91º71.67%76.47%-
HSV(B)327.91º36.13%93.33%-
XYZ56.6844.7159.07-
YUV182.96136.49167.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=40.48%
G=25.85%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815219800.360.170.07327.9171.6776.47
HexEE98C6024117148484c
Octal356230306044217510110114
Binary11101110100110001100011001001001000111110100100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98C6; }

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

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

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

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

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

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

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

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