Shades of Cupid #EDAABC
Tints of Cupid #EDAABC
RGB
CMYK
RGB Variations
Color information
#EDAABC (or 0xEDAABC) is known color: Cupid. HEX triplet: ED, AA and BC. RGB value is (237,170,188). Sum of RGB (Red+Green+Blue) = 237+170+188=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAABC is #125543. Grayscale: #C0C0C0. Windows color (decimal): -1201476 or 12364525. OLE color: 12364525.
HSL color Cylindrical-coordinate representation of color #EDAABC: hue angle of 343.88º 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 #EDAABC is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 188 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.07 |
| HSL | 343.88º | 0.65% | 0.8% | - |
| HSV(B) | 343.88º | 0.28% | 0.93% | - |
| XYZ | 58.38 | 50.38 | 54.23 | - |
| YUV | 192.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 188 | 0 | 0.28 | 0.21 | 0.07 | 343.88 | 0.65 | 0.8 |
| Hex | ED | AA | BC | 0 | 1C | 15 | 7 | 158 | 41 | 50 |
| Octal | 355 | 252 | 274 | 0 | 34 | 25 | 7 | 530 | 101 | 120 |
| Binary | 11101101 | 10101010 | 10111100 | 0 | 11100 | 10101 | 111 | 101011000 | 1000001 | 1010000 |
Color Harmonies of #EDAABC
Complementary color
Monochromatic Colors of #EDAABC
Black with #EDAABC
Text Example
Text Example
White with #EDAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAABC; }
p { color: rgb(237,170,188); }
H1.HeaderClassName
{
color: #EDAABC;
}
.AnyTagClassName
{
color: #EDAABC;
}
</style>
background-color css
<style>
a { background-color: #EDAABC; }
a { background-color: rgb(237,170,188); }
div.DivClassName
{
background-color: #EDAABC;
}
.BgClassName
{
background-color: #EDAABC;
}
</style>
border-color css
<style>
span { border-color: #EDAABC; }
span { border-color: rgb(237,170,188); }
td.TdClassName
{
border-color: #EDAABC;
}
.TagClassName
{
border-color: #EDAABC;
}
</style>