Shades of Hot Magenta #ED10E3
Tints of Hot Magenta #ED10E3
RGB
CMYK
RGB Variations
Color information
#ED10E3 (or 0xED10E3) is known color: Hot Magenta. HEX triplet: ED, 10 and E3. RGB value is (237,16,227). Sum of RGB (Red+Green+Blue) = 237+16+227=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10E3 is #12EF1C. Grayscale: #696969. Windows color (decimal): -1240861 or 14881005. OLE color: 14881005.
HSL color Cylindrical-coordinate representation of color #ED10E3: hue angle of 302.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED10E3 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 227 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.07 |
| HSL | 302.71º | 0.87% | 0.5% | - |
| HSV(B) | 302.71º | 0.93% | 0.93% | - |
| XYZ | 48.98 | 23.92 | 74.71 | - |
| YUV | 106.13 | 196.22 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 227 | 0 | 0.93 | 0.04 | 0.07 | 302.71 | 0.87 | 0.5 |
| Hex | ED | 10 | E3 | 0 | 5D | 4 | 7 | 12F | 57 | 32 |
| Octal | 355 | 20 | 343 | 0 | 135 | 4 | 7 | 457 | 127 | 62 |
| Binary | 11101101 | 10000 | 11100011 | 0 | 1011101 | 100 | 111 | 100101111 | 1010111 | 110010 |
Color Harmonies of #ED10E3
Complementary color
Monochromatic Colors of #ED10E3
Black with #ED10E3
Text Example
Text Example
White with #ED10E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10E3; }
p { color: rgb(237,16,227); }
H1.HeaderClassName
{
color: #ED10E3;
}
.AnyTagClassName
{
color: #ED10E3;
}
</style>
background-color css
<style>
a { background-color: #ED10E3; }
a { background-color: rgb(237,16,227); }
div.DivClassName
{
background-color: #ED10E3;
}
.BgClassName
{
background-color: #ED10E3;
}
</style>
border-color css
<style>
span { border-color: #ED10E3; }
span { border-color: rgb(237,16,227); }
td.TdClassName
{
border-color: #ED10E3;
}
.TagClassName
{
border-color: #ED10E3;
}
</style>