Shades of Cupid #EDAAC1
Tints of Cupid #EDAAC1
RGB
CMYK
RGB Variations
Color information
#EDAAC1 (or 0xEDAAC1) is known color: Cupid. HEX triplet: ED, AA and C1. RGB value is (237,170,193). Sum of RGB (Red+Green+Blue) = 237+170+193=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAC1 is #12553E. Grayscale: #C0C0C0. Windows color (decimal): -1201471 or 12692205. OLE color: 12692205.
HSL color Cylindrical-coordinate representation of color #EDAAC1: hue angle of 339.4º 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 #EDAAC1 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 193 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.07 |
| HSL | 339.4º | 0.65% | 0.8% | - |
| HSV(B) | 339.4º | 0.28% | 0.93% | - |
| XYZ | 58.93 | 50.6 | 57.11 | - |
| YUV | 192.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 193 | 0 | 0.28 | 0.19 | 0.07 | 339.4 | 0.65 | 0.8 |
| Hex | ED | AA | C1 | 0 | 1C | 13 | 7 | 153 | 41 | 50 |
| Octal | 355 | 252 | 301 | 0 | 34 | 23 | 7 | 523 | 101 | 120 |
| Binary | 11101101 | 10101010 | 11000001 | 0 | 11100 | 10011 | 111 | 101010011 | 1000001 | 1010000 |
Color Harmonies of #EDAAC1
Complementary color
Monochromatic Colors of #EDAAC1
Black with #EDAAC1
Text Example
Text Example
White with #EDAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAAC1; }
p { color: rgb(237,170,193); }
H1.HeaderClassName
{
color: #EDAAC1;
}
.AnyTagClassName
{
color: #EDAAC1;
}
</style>
background-color css
<style>
a { background-color: #EDAAC1; }
a { background-color: rgb(237,170,193); }
div.DivClassName
{
background-color: #EDAAC1;
}
.BgClassName
{
background-color: #EDAAC1;
}
</style>
border-color css
<style>
span { border-color: #EDAAC1; }
span { border-color: rgb(237,170,193); }
td.TdClassName
{
border-color: #EDAAC1;
}
.TagClassName
{
border-color: #EDAAC1;
}
</style>