#EDABC5

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

Shades of Cupid #EDABC5

Tints of Cupid #EDABC5

Color information

#EDABC5 (or 0xEDABC5) is unknown color: approx Cupid. HEX triplet: ED, AB and C5. RGB value is (237,171,197). Sum of RGB (Red+Green+Blue) = 237+171+197=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABC5 is #12543A. Grayscale: #C1C1C1. Windows color (decimal): -1201211 or 12954605. OLE color: 12954605.

HSL color Cylindrical-coordinate representation of color #EDABC5: hue angle of 336.36º 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 #EDABC5 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237171197-
CMYK00.280.170.07
HSL336.36º64.71%80%-
HSV(B)336.36º27.85%92.94%-
XYZ59.5751.1659.56-
YUV193.7129.87158.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=39.17%
G=28.26%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717119700.280.170.07336.3664.7180
HexEDABC501C1171504150
Octal355253305034217520101120
Binary1110110110101011110001010111001000111110101000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABC5; }

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

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

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

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

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

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

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

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