#EEA0BA

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

Shades of Shocking #EEA0BA

Tints of Shocking #EEA0BA

Color information

#EEA0BA (or 0xEEA0BA) is unknown color: approx Shocking. HEX triplet: EE, A0 and BA. RGB value is (238,160,186). Sum of RGB (Red+Green+Blue) = 238+160+186=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0BA is #115F45. Grayscale: #BABABA. Windows color (decimal): -1138502 or 12230894. OLE color: 12230894.

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

Color convert

RGB238160186-
CMYK00.330.220.07
HSL340º69.64%78.04%-
HSV(B)340º32.77%93.33%-
XYZ56.6946.8652.51-
YUV186.29127.84164.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=40.75%
G=27.40%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816018600.330.220.0734069.6478.04
HexEEA0BA021167154464e
Octal356240272041267524106116
Binary11101110101000001011101001000011011011110101010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0BA; }

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

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

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

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

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

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

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

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