Shades of Hot Magenta #ED02E3
Tints of Hot Magenta #ED02E3
RGB
CMYK
RGB Variations
Color information
#ED02E3 (or 0xED02E3) is known color: Hot Magenta. HEX triplet: ED, 02 and E3. RGB value is (237,2,227). Sum of RGB (Red+Green+Blue) = 237+2+227=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02E3 is #12FD1C. Grayscale: #616161. Windows color (decimal): -1244445 or 14877421. OLE color: 14877421.
HSL color Cylindrical-coordinate representation of color #ED02E3: hue angle of 302.55º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02E3 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 227 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.07 |
| HSL | 302.55º | 0.98% | 0.47% | - |
| HSV(B) | 302.55º | 0.99% | 0.93% | - |
| XYZ | 48.81 | 23.59 | 74.65 | - |
| YUV | 97.92 | 200.86 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 227 | 0 | 0.99 | 0.04 | 0.07 | 302.55 | 0.98 | 0.47 |
| Hex | ED | 2 | E3 | 0 | 63 | 4 | 7 | 12F | 62 | 2F |
| Octal | 355 | 2 | 343 | 0 | 143 | 4 | 7 | 457 | 142 | 57 |
| Binary | 11101101 | 10 | 11100011 | 0 | 1100011 | 100 | 111 | 100101111 | 1100010 | 101111 |
Color Harmonies of #ED02E3
Complementary color
Monochromatic Colors of #ED02E3
Black with #ED02E3
Text Example
Text Example
White with #ED02E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED02E3; }
p { color: rgb(237,2,227); }
H1.HeaderClassName
{
color: #ED02E3;
}
.AnyTagClassName
{
color: #ED02E3;
}
</style>
background-color css
<style>
a { background-color: #ED02E3; }
a { background-color: rgb(237,2,227); }
div.DivClassName
{
background-color: #ED02E3;
}
.BgClassName
{
background-color: #ED02E3;
}
</style>
border-color css
<style>
span { border-color: #ED02E3; }
span { border-color: rgb(237,2,227); }
td.TdClassName
{
border-color: #ED02E3;
}
.TagClassName
{
border-color: #ED02E3;
}
</style>