#EAAABE

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

Shades of Cupid #EAAABE

Tints of Cupid #EAAABE

Color information

#EAAABE (or 0xEAAABE) is unknown color: approx Cupid. HEX triplet: EA, AA and BE. RGB value is (234,170,190). Sum of RGB (Red+Green+Blue) = 234+170+190=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAABE is #155541. Grayscale: #BFBFBF. Windows color (decimal): -1398082 or 12495594. OLE color: 12495594.

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

Color convert

RGB234170190-
CMYK00.270.190.08
HSL341.25º60.38%79.22%-
HSV(B)341.25º27.35%91.76%-
XYZ57.649.9655.32-
YUV191.42127.2158.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=39.39%
G=28.62%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417019000.270.190.08341.2560.3879.22
HexEAAABE01B1381553c4f
Octal352252276033231052574117
Binary1110101010101010101111100110111001110001010101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAABE; }

 p { color: rgb(234,170,190); }

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

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

 a { background-color: rgb(234,170,190); }

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

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

 span { border-color: rgb(234,170,190); }

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