#EAABC5

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

Shades of Cupid #EAABC5

Tints of Cupid #EAABC5

Color information

#EAABC5 (or 0xEAABC5) is unknown color: approx Cupid. HEX triplet: EA, AB and C5. RGB value is (234,171,197). Sum of RGB (Red+Green+Blue) = 234+171+197=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABC5 is #15543A. Grayscale: #C0C0C0. Windows color (decimal): -1397819 or 12954602. OLE color: 12954602.

HSL color Cylindrical-coordinate representation of color #EAABC5: hue angle of 335.24º 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 #EAABC5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234171197-
CMYK00.270.160.08
HSL335.24º60%79.41%-
HSV(B)335.24º26.92%91.76%-
XYZ58.5750.6559.51-
YUV192.8130.37157.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 197 (77.34% from 255) = 32.72%
R=38.87%
G=28.41%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417119700.270.160.08335.246079.41
HexEAABC501B10814f3c4f
Octal352253305033201051774117
Binary1110101010101011110001010110111000010001010011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABC5; }

 p { color: rgb(234,171,197); }

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

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

 a { background-color: rgb(234,171,197); }

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

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

 span { border-color: rgb(234,171,197); }

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