#EAADBE

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

Shades of Cupid #EAADBE

Tints of Cupid #EAADBE

Color information

#EAADBE (or 0xEAADBE) is unknown color: approx Cupid. HEX triplet: EA, AD and BE. RGB value is (234,173,190). Sum of RGB (Red+Green+Blue) = 234+173+190=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADBE is #155241. Grayscale: #C1C1C1. Windows color (decimal): -1397314 or 12496362. OLE color: 12496362.

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

Color convert

RGB234173190-
CMYK00.260.190.08
HSL343.28º59.22%79.8%-
HSV(B)343.28º26.07%91.76%-
XYZ58.1751.155.51-
YUV193.18126.21157.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=39.20%
G=28.98%
B=31.83%

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
Decimal23417319000.260.190.08343.2859.2279.8
HexEAADBE01A1381573b50
Octal352255276032231052773120
Binary1110101010101101101111100110101001110001010101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADBE; }

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

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

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

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

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

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

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

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