#EEA6BA

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

Shades of Cupid #EEA6BA

Tints of Cupid #EEA6BA

Color information

#EEA6BA (or 0xEEA6BA) is unknown color: approx Cupid. HEX triplet: EE, A6 and BA. RGB value is (238,166,186). Sum of RGB (Red+Green+Blue) = 238+166+186=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6BA is #115945. Grayscale: #BDBDBD. Windows color (decimal): -1136966 or 12232430. OLE color: 12232430.

HSL color Cylindrical-coordinate representation of color #EEA6BA: hue angle of 343.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6BA is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238166186-
CMYK00.300.220.07
HSL343.33º67.92%79.22%-
HSV(B)343.33º30.25%93.33%-
XYZ57.7648.9952.87-
YUV189.81125.85162.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=40.34%
G=28.14%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816618600.300.220.07343.3367.9279.22
HexEEA6BA01E167157444f
Octal356246272036267527104117
Binary1110111010100110101110100111101011011110101011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA6BA; }

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

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

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

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

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

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

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

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