#EE98BC

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

Shades of Shocking #EE98BC

Tints of Shocking #EE98BC

Color information

#EE98BC (or 0xEE98BC) is unknown color: approx Shocking. HEX triplet: EE, 98 and BC. RGB value is (238,152,188). Sum of RGB (Red+Green+Blue) = 238+152+188=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98BC is #116743. Grayscale: #B5B5B5. Windows color (decimal): -1140548 or 12359918. OLE color: 12359918.

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

Color convert

RGB238152188-
CMYK00.360.210.07
HSL334.88º71.67%76.47%-
HSV(B)334.88º36.13%93.33%-
XYZ55.5744.2653.19-
YUV181.82131.49168.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=41.18%
G=26.30%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815218800.360.210.07334.8871.6776.47
HexEE98BC02415714f484c
Octal356230274044257517110114
Binary11101110100110001011110001001001010111110100111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98BC; }

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

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

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

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

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

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

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

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