#EE94BA

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

Shades of Shocking #EE94BA

Tints of Shocking #EE94BA

Color information

#EE94BA (or 0xEE94BA) is unknown color: approx Shocking. HEX triplet: EE, 94 and BA. RGB value is (238,148,186). Sum of RGB (Red+Green+Blue) = 238+148+186=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94BA is #116B45. Grayscale: #B3B3B3. Windows color (decimal): -1141574 or 12227822. OLE color: 12227822.

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

Color convert

RGB238148186-
CMYK00.380.220.07
HSL334.67º72.58%75.69%-
HSV(B)334.67º37.82%93.33%-
XYZ54.7142.951.85-
YUV179.24131.82169.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=41.61%
G=25.87%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814818600.380.220.07334.6772.5875.69
HexEE94BA02616714f494c
Octal356224272046267517111114
Binary11101110100101001011101001001101011011110100111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE94BA; }

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

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

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

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

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

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

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

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