#E9A7BC

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

Shades of Cupid #E9A7BC

Tints of Cupid #E9A7BC

Color information

#E9A7BC (or 0xE9A7BC) is unknown color: approx Cupid. HEX triplet: E9, A7 and BC. RGB value is (233,167,188). Sum of RGB (Red+Green+Blue) = 233+167+188=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7BC is #165843. Grayscale: #BDBDBD. Windows color (decimal): -1464388 or 12363753. OLE color: 12363753.

HSL color Cylindrical-coordinate representation of color #E9A7BC: hue angle of 340.91º 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 #E9A7BC is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233167188-
CMYK00.280.190.09
HSL340.91º60%78.43%-
HSV(B)340.91º28.33%91.37%-
XYZ56.548.5953.98-
YUV189.13127.37159.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 167 (65.62% from 255) = 28.40%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=39.63%
G=28.40%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316718800.280.190.09340.916078.43
HexE9A7BC01C1391553c4e
Octal351247274034231152574116
Binary1110100110100111101111000111001001110011010101011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A7BC; }

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

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

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

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

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

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

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

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