#EE9FBC

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

Shades of Shocking #EE9FBC

Tints of Shocking #EE9FBC

Color information

#EE9FBC (or 0xEE9FBC) is unknown color: approx Shocking. HEX triplet: EE, 9F and BC. RGB value is (238,159,188). Sum of RGB (Red+Green+Blue) = 238+159+188=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FBC is #116043. Grayscale: #B9B9B9. Windows color (decimal): -1138756 or 12361710. OLE color: 12361710.

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

Color convert

RGB238159188-
CMYK00.330.210.07
HSL337.97º69.91%77.84%-
HSV(B)337.97º33.19%93.33%-
XYZ56.7446.653.58-
YUV185.93129.17165.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=40.68%
G=27.18%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815918800.330.210.07337.9769.9177.84
HexEE9FBC021157152464e
Octal356237274041257522106116
Binary11101110100111111011110001000011010111110101001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FBC; }

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

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

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

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

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

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

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

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