Shades of Hot Magenta #ED09DF
Tints of Hot Magenta #ED09DF
RGB
CMYK
RGB Variations
Color information
#ED09DF (or 0xED09DF) is known color: Hot Magenta. HEX triplet: ED, 09 and DF. RGB value is (237,9,223). Sum of RGB (Red+Green+Blue) = 237+9+223=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09DF is #12F620. Grayscale: #646464. Windows color (decimal): -1242657 or 14617069. OLE color: 14617069.
HSL color Cylindrical-coordinate representation of color #ED09DF: hue angle of 303.68º degrees, saturation: 0.93, 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 #ED09DF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.07 |
| HSL | 303.68º | 0.93% | 0.48% | - |
| HSV(B) | 303.68º | 0.96% | 0.93% | - |
| XYZ | 48.34 | 23.53 | 71.81 | - |
| YUV | 101.57 | 196.54 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 223 | 0 | 0.96 | 0.06 | 0.07 | 303.68 | 0.93 | 0.48 |
| Hex | ED | 9 | DF | 0 | 60 | 6 | 7 | 130 | 5D | 30 |
| Octal | 355 | 11 | 337 | 0 | 140 | 6 | 7 | 460 | 135 | 60 |
| Binary | 11101101 | 1001 | 11011111 | 0 | 1100000 | 110 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #ED09DF
Complementary color
Monochromatic Colors of #ED09DF
Black with #ED09DF
Text Example
Text Example
White with #ED09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09DF; }
p { color: rgb(237,9,223); }
H1.HeaderClassName
{
color: #ED09DF;
}
.AnyTagClassName
{
color: #ED09DF;
}
</style>
background-color css
<style>
a { background-color: #ED09DF; }
a { background-color: rgb(237,9,223); }
div.DivClassName
{
background-color: #ED09DF;
}
.BgClassName
{
background-color: #ED09DF;
}
</style>
border-color css
<style>
span { border-color: #ED09DF; }
span { border-color: rgb(237,9,223); }
td.TdClassName
{
border-color: #ED09DF;
}
.TagClassName
{
border-color: #ED09DF;
}
</style>