#EAAEBE

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

Shades of Cupid #EAAEBE

Tints of Cupid #EAAEBE

Color information

#EAAEBE (or 0xEAAEBE) is unknown color: approx Cupid. HEX triplet: EA, AE and BE. RGB value is (234,174,190). Sum of RGB (Red+Green+Blue) = 234+174+190=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEBE is #155141. Grayscale: #C1C1C1. Windows color (decimal): -1397058 or 12496618. OLE color: 12496618.

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

Color convert

RGB234174190-
CMYK00.260.190.08
HSL344º58.82%80%-
HSV(B)344º25.64%91.76%-
XYZ58.3651.4855.58-
YUV193.76125.88156.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=39.13%
G=29.10%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417419000.260.190.0834458.8280
HexEAAEBE01A1381583b50
Octal352256276032231053073120
Binary1110101010101110101111100110101001110001010110001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEBE; }

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

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

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

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

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

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

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

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