#EDAABE

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

Shades of Cupid #EDAABE

Tints of Cupid #EDAABE

Color information

#EDAABE (or 0xEDAABE) is unknown color: approx Cupid. HEX triplet: ED, AA and BE. RGB value is (237,170,190). Sum of RGB (Red+Green+Blue) = 237+170+190=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAABE is #125541. Grayscale: #C0C0C0. Windows color (decimal): -1201474 or 12495597. OLE color: 12495597.

HSL color Cylindrical-coordinate representation of color #EDAABE: hue angle of 342.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAABE is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237170190-
CMYK00.280.200.07
HSL342.09º65.05%79.8%-
HSV(B)342.09º28.27%92.94%-
XYZ58.5950.4755.37-
YUV192.31126.7159.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=39.70%
G=28.48%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717019000.280.200.07342.0965.0579.8
HexEDAABE01C1471564150
Octal355252276034247526101120
Binary1110110110101010101111100111001010011110101011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAABE; }

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

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

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

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

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

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

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

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