#EE99BD

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

Shades of Shocking #EE99BD

Tints of Shocking #EE99BD

Color information

#EE99BD (or 0xEE99BD) is unknown color: approx Shocking. HEX triplet: EE, 99 and BD. RGB value is (238,153,189). Sum of RGB (Red+Green+Blue) = 238+153+189=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99BD is #116642. Grayscale: #B6B6B6. Windows color (decimal): -1140291 or 12425710. OLE color: 12425710.

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

Color convert

RGB238153189-
CMYK00.360.210.07
HSL334.59º71.43%76.67%-
HSV(B)334.59º35.71%93.33%-
XYZ55.8444.6353.82-
YUV182.52131.66167.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=41.03%
G=26.38%
B=32.59%

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
Decimal23815318900.360.210.07334.5971.4376.67
HexEE99BD02415714f474d
Octal356231275044257517107115
Binary11101110100110011011110101001001010111110100111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE99BD; }

 p { color: rgb(238,153,189); }

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

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

 a { background-color: rgb(238,153,189); }

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

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

 span { border-color: rgb(238,153,189); }

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