#EAA7BD

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

Shades of Cupid #EAA7BD

Tints of Cupid #EAA7BD

Color information

#EAA7BD (or 0xEAA7BD) is unknown color: approx Cupid. HEX triplet: EA, A7 and BD. RGB value is (234,167,189). Sum of RGB (Red+Green+Blue) = 234+167+189=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7BD is #155842. Grayscale: #BDBDBD. Windows color (decimal): -1398851 or 12429290. OLE color: 12429290.

HSL color Cylindrical-coordinate representation of color #EAA7BD: hue angle of 340.3º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7BD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234167189-
CMYK00.290.190.08
HSL340.3º61.47%78.63%-
HSV(B)340.3º28.63%91.76%-
XYZ56.9448.854.56-
YUV189.54127.7159.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=39.66%
G=28.31%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416718900.290.190.08340.361.4778.63
HexEAA7BD01D1381543d4f
Octal352247275035231052475117
Binary1110101010100111101111010111011001110001010101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7BD; }

 p { color: rgb(234,167,189); }

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

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

 a { background-color: rgb(234,167,189); }

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

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

 span { border-color: rgb(234,167,189); }

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