#EEA9BA

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

Shades of Cupid #EEA9BA

Tints of Cupid #EEA9BA

Color information

#EEA9BA (or 0xEEA9BA) is unknown color: approx Cupid. HEX triplet: EE, A9 and BA. RGB value is (238,169,186). Sum of RGB (Red+Green+Blue) = 238+169+186=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9BA is #115645. Grayscale: #BFBFBF. Windows color (decimal): -1136198 or 12233198. OLE color: 12233198.

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

Color convert

RGB238169186-
CMYK00.290.220.07
HSL345.22º66.99%79.8%-
HSV(B)345.22º28.99%93.33%-
XYZ58.3150.153.05-
YUV191.57124.86161.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=40.13%
G=28.50%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816918600.290.220.07345.2266.9979.8
HexEEA9BA01D1671594350
Octal356251272035267531103120
Binary1110111010101001101110100111011011011110101100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9BA; }

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

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

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

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

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

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

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

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