Shades of Hot Magenta #ED14DF
Tints of Hot Magenta #ED14DF
RGB
CMYK
RGB Variations
Color information
#ED14DF (or 0xED14DF) is known color: Hot Magenta. HEX triplet: ED, 14 and DF. RGB value is (237,20,223). Sum of RGB (Red+Green+Blue) = 237+20+223=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED14DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED14DF is #12EB20. Grayscale: #6B6B6B. Windows color (decimal): -1239841 or 14619885. OLE color: 14619885.
HSL color Cylindrical-coordinate representation of color #ED14DF: hue angle of 303.87º 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 #ED14DF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 223 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.07 |
| HSL | 303.87º | 0.86% | 0.5% | - |
| HSV(B) | 303.87º | 0.92% | 0.93% | - |
| XYZ | 48.49 | 23.83 | 71.86 | - |
| YUV | 108.03 | 192.89 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 223 | 0 | 0.92 | 0.06 | 0.07 | 303.87 | 0.86 | 0.5 |
| Hex | ED | 14 | DF | 0 | 5C | 6 | 7 | 130 | 56 | 32 |
| Octal | 355 | 24 | 337 | 0 | 134 | 6 | 7 | 460 | 126 | 62 |
| Binary | 11101101 | 10100 | 11011111 | 0 | 1011100 | 110 | 111 | 100110000 | 1010110 | 110010 |
Color Harmonies of #ED14DF
Complementary color
Monochromatic Colors of #ED14DF
Black with #ED14DF
Text Example
Text Example
White with #ED14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED14DF; }
p { color: rgb(237,20,223); }
H1.HeaderClassName
{
color: #ED14DF;
}
.AnyTagClassName
{
color: #ED14DF;
}
</style>
background-color css
<style>
a { background-color: #ED14DF; }
a { background-color: rgb(237,20,223); }
div.DivClassName
{
background-color: #ED14DF;
}
.BgClassName
{
background-color: #ED14DF;
}
</style>
border-color css
<style>
span { border-color: #ED14DF; }
span { border-color: rgb(237,20,223); }
td.TdClassName
{
border-color: #ED14DF;
}
.TagClassName
{
border-color: #ED14DF;
}
</style>