Shades of Hot Magenta #ED0FDA
Tints of Hot Magenta #ED0FDA
RGB
CMYK
RGB Variations
Color information
#ED0FDA (or 0xED0FDA) is known color: Hot Magenta. HEX triplet: ED, 0F and DA. RGB value is (237,15,218). Sum of RGB (Red+Green+Blue) = 237+15+218=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FDA is #12F025. Grayscale: #676767. Windows color (decimal): -1241126 or 14290925. OLE color: 14290925.
HSL color Cylindrical-coordinate representation of color #ED0FDA: hue angle of 305.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FDA is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 218 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.07 |
| HSL | 305.14º | 0.88% | 0.49% | - |
| HSV(B) | 305.14º | 0.94% | 0.93% | - |
| XYZ | 47.75 | 23.41 | 68.33 | - |
| YUV | 104.52 | 192.05 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 218 | 0 | 0.94 | 0.08 | 0.07 | 305.14 | 0.88 | 0.49 |
| Hex | ED | F | DA | 0 | 5E | 8 | 7 | 131 | 58 | 31 |
| Octal | 355 | 17 | 332 | 0 | 136 | 10 | 7 | 461 | 130 | 61 |
| Binary | 11101101 | 1111 | 11011010 | 0 | 1011110 | 1000 | 111 | 100110001 | 1011000 | 110001 |
Color Harmonies of #ED0FDA
Complementary color
Monochromatic Colors of #ED0FDA
Black with #ED0FDA
Text Example
Text Example
White with #ED0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FDA; }
p { color: rgb(237,15,218); }
H1.HeaderClassName
{
color: #ED0FDA;
}
.AnyTagClassName
{
color: #ED0FDA;
}
</style>
background-color css
<style>
a { background-color: #ED0FDA; }
a { background-color: rgb(237,15,218); }
div.DivClassName
{
background-color: #ED0FDA;
}
.BgClassName
{
background-color: #ED0FDA;
}
</style>
border-color css
<style>
span { border-color: #ED0FDA; }
span { border-color: rgb(237,15,218); }
td.TdClassName
{
border-color: #ED0FDA;
}
.TagClassName
{
border-color: #ED0FDA;
}
</style>