#EE98BA

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

Shades of Shocking #EE98BA

Tints of Shocking #EE98BA

Color information

#EE98BA (or 0xEE98BA) is unknown color: approx Shocking. HEX triplet: EE, 98 and BA. RGB value is (238,152,186). Sum of RGB (Red+Green+Blue) = 238+152+186=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98BA is #116745. Grayscale: #B5B5B5. Windows color (decimal): -1140550 or 12228846. OLE color: 12228846.

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

Color convert

RGB238152186-
CMYK00.360.220.07
HSL336.28º71.67%76.47%-
HSV(B)336.28º36.13%93.33%-
XYZ55.3544.1852.06-
YUV181.59130.49168.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.32%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=41.32%
G=26.39%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815218600.360.220.07336.2871.6776.47
HexEE98BA024167150484c
Octal356230272044267520110114
Binary11101110100110001011101001001001011011110101000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98BA; }

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

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

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

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

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

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

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

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