Shades of Hot Magenta #ED08DF
Tints of Hot Magenta #ED08DF
RGB
CMYK
RGB Variations
Color information
#ED08DF (or 0xED08DF) is known color: Hot Magenta. HEX triplet: ED, 08 and DF. RGB value is (237,8,223). Sum of RGB (Red+Green+Blue) = 237+8+223=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED08DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED08DF is #12F720. Grayscale: #646464. Windows color (decimal): -1242913 or 14616813. OLE color: 14616813.
HSL color Cylindrical-coordinate representation of color #ED08DF: hue angle of 303.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED08DF is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.07 |
| HSL | 303.67º | 0.93% | 0.48% | - |
| HSV(B) | 303.67º | 0.97% | 0.93% | - |
| XYZ | 48.33 | 23.51 | 71.8 | - |
| YUV | 100.98 | 196.87 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 223 | 0 | 0.97 | 0.06 | 0.07 | 303.67 | 0.93 | 0.48 |
| Hex | ED | 8 | DF | 0 | 61 | 6 | 7 | 130 | 5D | 30 |
| Octal | 355 | 10 | 337 | 0 | 141 | 6 | 7 | 460 | 135 | 60 |
| Binary | 11101101 | 1000 | 11011111 | 0 | 1100001 | 110 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #ED08DF
Complementary color
Monochromatic Colors of #ED08DF
Black with #ED08DF
Text Example
Text Example
White with #ED08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED08DF; }
p { color: rgb(237,8,223); }
H1.HeaderClassName
{
color: #ED08DF;
}
.AnyTagClassName
{
color: #ED08DF;
}
</style>
background-color css
<style>
a { background-color: #ED08DF; }
a { background-color: rgb(237,8,223); }
div.DivClassName
{
background-color: #ED08DF;
}
.BgClassName
{
background-color: #ED08DF;
}
</style>
border-color css
<style>
span { border-color: #ED08DF; }
span { border-color: rgb(237,8,223); }
td.TdClassName
{
border-color: #ED08DF;
}
.TagClassName
{
border-color: #ED08DF;
}
</style>