#E9A7BA

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

Shades of Cupid #E9A7BA

Tints of Cupid #E9A7BA

Color information

#E9A7BA (or 0xE9A7BA) is unknown color: approx Cupid. HEX triplet: E9, A7 and BA. RGB value is (233,167,186). Sum of RGB (Red+Green+Blue) = 233+167+186=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7BA is #165845. Grayscale: #BCBCBC. Windows color (decimal): -1464390 or 12232681. OLE color: 12232681.

HSL color Cylindrical-coordinate representation of color #E9A7BA: hue angle of 342.73º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7BA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233167186-
CMYK00.280.200.09
HSL342.73º60%78.43%-
HSV(B)342.73º28.33%91.37%-
XYZ56.2948.5152.85-
YUV188.9126.37159.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.76%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=39.76%
G=28.50%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316718600.280.200.09342.736078.43
HexE9A7BA01C1491573c4e
Octal351247272034241152774116
Binary1110100110100111101110100111001010010011010101111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A7BA; }

 p { color: rgb(233,167,186); }

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

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

 a { background-color: rgb(233,167,186); }

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

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

 span { border-color: rgb(233,167,186); }

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