#E9AABF

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

Shades of Cupid #E9AABF

Tints of Cupid #E9AABF

Color information

#E9AABF (or 0xE9AABF) is unknown color: approx Cupid. HEX triplet: E9, AA and BF. RGB value is (233,170,191). Sum of RGB (Red+Green+Blue) = 233+170+191=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AABF is #165540. Grayscale: #BFBFBF. Windows color (decimal): -1463617 or 12561129. OLE color: 12561129.

HSL color Cylindrical-coordinate representation of color #E9AABF: hue angle of 340º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AABF is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233170191-
CMYK00.270.180.09
HSL340º58.88%79.02%-
HSV(B)340º27.04%91.37%-
XYZ57.3849.8355.88-
YUV191.23127.87157.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.23%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 191 (75% from 255) = 32.15%
R=39.23%
G=28.62%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317019100.270.180.0934058.8879.02
HexE9AABF01B1291543b4f
Octal351252277033221152473117
Binary1110100110101010101111110110111001010011010101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AABF; }

 p { color: rgb(233,170,191); }

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

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

 a { background-color: rgb(233,170,191); }

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

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

 span { border-color: rgb(233,170,191); }

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