#EE98C0

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

Shades of Shocking #EE98C0

Tints of Shocking #EE98C0

Color information

#EE98C0 (or 0xEE98C0) is unknown color: approx Shocking. HEX triplet: EE, 98 and C0. RGB value is (238,152,192). Sum of RGB (Red+Green+Blue) = 238+152+192=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98C0 is #11673F. Grayscale: #B6B6B6. Windows color (decimal): -1140544 or 12622062. OLE color: 12622062.

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

Color convert

RGB238152192-
CMYK00.360.190.07
HSL332.09º71.67%76.47%-
HSV(B)332.09º36.13%93.33%-
XYZ5644.4455.5-
YUV182.27133.49167.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=40.89%
G=26.12%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815219200.360.190.07332.0971.6776.47
HexEE98C002413714c484c
Octal356230300044237514110114
Binary11101110100110001100000001001001001111110100110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98C0; }

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

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

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

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

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

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

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

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