Shades of Hot Magenta #ED0ACE
Tints of Hot Magenta #ED0ACE
RGB
CMYK
RGB Variations
Color information
#ED0ACE (or 0xED0ACE) is known color: Hot Magenta. HEX triplet: ED, 0A and CE. RGB value is (237,10,206). Sum of RGB (Red+Green+Blue) = 237+10+206=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ACE is #12F531. Grayscale: #636363. Windows color (decimal): -1242418 or 13503213. OLE color: 13503213.
HSL color Cylindrical-coordinate representation of color #ED0ACE: hue angle of 308.19º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0ACE is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.07 |
| HSL | 308.19º | 0.92% | 0.48% | - |
| HSV(B) | 308.19º | 0.96% | 0.93% | - |
| XYZ | 46.17 | 22.68 | 60.34 | - |
| YUV | 100.22 | 187.71 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 206 | 0 | 0.96 | 0.13 | 0.07 | 308.19 | 0.92 | 0.48 |
| Hex | ED | A | CE | 0 | 60 | D | 7 | 134 | 5C | 30 |
| Octal | 355 | 12 | 316 | 0 | 140 | 15 | 7 | 464 | 134 | 60 |
| Binary | 11101101 | 1010 | 11001110 | 0 | 1100000 | 1101 | 111 | 100110100 | 1011100 | 110000 |
Color Harmonies of #ED0ACE
Complementary color
Monochromatic Colors of #ED0ACE
Black with #ED0ACE
Text Example
Text Example
White with #ED0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0ACE; }
p { color: rgb(237,10,206); }
H1.HeaderClassName
{
color: #ED0ACE;
}
.AnyTagClassName
{
color: #ED0ACE;
}
</style>
background-color css
<style>
a { background-color: #ED0ACE; }
a { background-color: rgb(237,10,206); }
div.DivClassName
{
background-color: #ED0ACE;
}
.BgClassName
{
background-color: #ED0ACE;
}
</style>
border-color css
<style>
span { border-color: #ED0ACE; }
span { border-color: rgb(237,10,206); }
td.TdClassName
{
border-color: #ED0ACE;
}
.TagClassName
{
border-color: #ED0ACE;
}
</style>