#EEA9BF

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

Shades of Cupid #EEA9BF

Tints of Cupid #EEA9BF

Color information

#EEA9BF (or 0xEEA9BF) is unknown color: approx Cupid. HEX triplet: EE, A9 and BF. RGB value is (238,169,191). Sum of RGB (Red+Green+Blue) = 238+169+191=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9BF is #115640. Grayscale: #C0C0C0. Windows color (decimal): -1136193 or 12560878. OLE color: 12560878.

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

Color convert

RGB238169191-
CMYK00.290.200.07
HSL340.87º66.99%79.8%-
HSV(B)340.87º28.99%93.33%-
XYZ58.8550.3155.9-
YUV192.14127.36160.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 169 (66.41% from 255) = 28.26%
BLUE value IS 191 (75% from 255) = 31.94%
R=39.80%
G=28.26%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816919100.290.200.07340.8766.9979.8
HexEEA9BF01D1471554350
Octal356251277035247525103120
Binary1110111010101001101111110111011010011110101010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9BF; }

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

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

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

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

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

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

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

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