#EE91BD

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

Shades of Shocking #EE91BD

Tints of Shocking #EE91BD

Color information

#EE91BD (or 0xEE91BD) is unknown color: approx Shocking. HEX triplet: EE, 91 and BD. RGB value is (238,145,189). Sum of RGB (Red+Green+Blue) = 238+145+189=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE91BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE91BD is #116E42. Grayscale: #B1B1B1. Windows color (decimal): -1142339 or 12423662. OLE color: 12423662.

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

Color convert

RGB238145189-
CMYK00.390.210.07
HSL331.61º73.23%75.1%-
HSV(B)331.61º39.08%93.33%-
XYZ54.5742.153.39-
YUV177.82134.31170.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=41.61%
G=25.35%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814518900.390.210.07331.6173.2375.1
HexEE91BD02715714c494b
Octal356221275047257514111113
Binary11101110100100011011110101001111010111110100110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE91BD; }

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

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

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

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

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

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

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

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