Shades of Hot Magenta #ED12DF
Tints of Hot Magenta #ED12DF
RGB
CMYK
RGB Variations
Color information
#ED12DF (or 0xED12DF) is known color: Hot Magenta. HEX triplet: ED, 12 and DF. RGB value is (237,18,223). Sum of RGB (Red+Green+Blue) = 237+18+223=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED12DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED12DF is #12ED20. Grayscale: #6A6A6A. Windows color (decimal): -1240353 or 14619373. OLE color: 14619373.
HSL color Cylindrical-coordinate representation of color #ED12DF: hue angle of 303.84º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED12DF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 223 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.07 |
| HSL | 303.84º | 0.86% | 0.5% | - |
| HSV(B) | 303.84º | 0.92% | 0.93% | - |
| XYZ | 48.46 | 23.76 | 71.84 | - |
| YUV | 106.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 223 | 0 | 0.92 | 0.06 | 0.07 | 303.84 | 0.86 | 0.5 |
| Hex | ED | 12 | DF | 0 | 5C | 6 | 7 | 130 | 56 | 32 |
| Octal | 355 | 22 | 337 | 0 | 134 | 6 | 7 | 460 | 126 | 62 |
| Binary | 11101101 | 10010 | 11011111 | 0 | 1011100 | 110 | 111 | 100110000 | 1010110 | 110010 |
Color Harmonies of #ED12DF
Complementary color
Monochromatic Colors of #ED12DF
Black with #ED12DF
Text Example
Text Example
White with #ED12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED12DF; }
p { color: rgb(237,18,223); }
H1.HeaderClassName
{
color: #ED12DF;
}
.AnyTagClassName
{
color: #ED12DF;
}
</style>
background-color css
<style>
a { background-color: #ED12DF; }
a { background-color: rgb(237,18,223); }
div.DivClassName
{
background-color: #ED12DF;
}
.BgClassName
{
background-color: #ED12DF;
}
</style>
border-color css
<style>
span { border-color: #ED12DF; }
span { border-color: rgb(237,18,223); }
td.TdClassName
{
border-color: #ED12DF;
}
.TagClassName
{
border-color: #ED12DF;
}
</style>