Shades of Hot Magenta #ED0ADF
Tints of Hot Magenta #ED0ADF
RGB
CMYK
RGB Variations
Color information
#ED0ADF (or 0xED0ADF) is known color: Hot Magenta. HEX triplet: ED, 0A and DF. RGB value is (237,10,223). Sum of RGB (Red+Green+Blue) = 237+10+223=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ADF is #12F520. Grayscale: #656565. Windows color (decimal): -1242401 or 14617325. OLE color: 14617325.
HSL color Cylindrical-coordinate representation of color #ED0ADF: hue angle of 303.7º 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 #ED0ADF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.07 |
| HSL | 303.7º | 0.92% | 0.48% | - |
| HSV(B) | 303.7º | 0.96% | 0.93% | - |
| XYZ | 48.35 | 23.55 | 71.81 | - |
| YUV | 102.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 223 | 0 | 0.96 | 0.06 | 0.07 | 303.7 | 0.92 | 0.48 |
| Hex | ED | A | DF | 0 | 60 | 6 | 7 | 130 | 5C | 30 |
| Octal | 355 | 12 | 337 | 0 | 140 | 6 | 7 | 460 | 134 | 60 |
| Binary | 11101101 | 1010 | 11011111 | 0 | 1100000 | 110 | 111 | 100110000 | 1011100 | 110000 |
Color Harmonies of #ED0ADF
Complementary color
Monochromatic Colors of #ED0ADF
Black with #ED0ADF
Text Example
Text Example
White with #ED0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0ADF; }
p { color: rgb(237,10,223); }
H1.HeaderClassName
{
color: #ED0ADF;
}
.AnyTagClassName
{
color: #ED0ADF;
}
</style>
background-color css
<style>
a { background-color: #ED0ADF; }
a { background-color: rgb(237,10,223); }
div.DivClassName
{
background-color: #ED0ADF;
}
.BgClassName
{
background-color: #ED0ADF;
}
</style>
border-color css
<style>
span { border-color: #ED0ADF; }
span { border-color: rgb(237,10,223); }
td.TdClassName
{
border-color: #ED0ADF;
}
.TagClassName
{
border-color: #ED0ADF;
}
</style>