Shades of Hot Magenta #ED02E2
Tints of Hot Magenta #ED02E2
RGB
CMYK
RGB Variations
Color information
#ED02E2 (or 0xED02E2) is known color: Hot Magenta. HEX triplet: ED, 02 and E2. RGB value is (237,2,226). Sum of RGB (Red+Green+Blue) = 237+2+226=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02E2 is #12FD1D. Grayscale: #616161. Windows color (decimal): -1244446 or 14811885. OLE color: 14811885.
HSL color Cylindrical-coordinate representation of color #ED02E2: hue angle of 302.81º 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 #ED02E2 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 226 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.07 |
| HSL | 302.81º | 0.98% | 0.47% | - |
| HSV(B) | 302.81º | 0.99% | 0.93% | - |
| XYZ | 48.67 | 23.54 | 73.93 | - |
| YUV | 97.8 | 200.36 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 226 | 0 | 0.99 | 0.05 | 0.07 | 302.81 | 0.98 | 0.47 |
| Hex | ED | 2 | E2 | 0 | 63 | 5 | 7 | 12F | 62 | 2F |
| Octal | 355 | 2 | 342 | 0 | 143 | 5 | 7 | 457 | 142 | 57 |
| Binary | 11101101 | 10 | 11100010 | 0 | 1100011 | 101 | 111 | 100101111 | 1100010 | 101111 |
Color Harmonies of #ED02E2
Complementary color
Monochromatic Colors of #ED02E2
Black with #ED02E2
Text Example
Text Example
White with #ED02E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED02E2; }
p { color: rgb(237,2,226); }
H1.HeaderClassName
{
color: #ED02E2;
}
.AnyTagClassName
{
color: #ED02E2;
}
</style>
background-color css
<style>
a { background-color: #ED02E2; }
a { background-color: rgb(237,2,226); }
div.DivClassName
{
background-color: #ED02E2;
}
.BgClassName
{
background-color: #ED02E2;
}
</style>
border-color css
<style>
span { border-color: #ED02E2; }
span { border-color: rgb(237,2,226); }
td.TdClassName
{
border-color: #ED02E2;
}
.TagClassName
{
border-color: #ED02E2;
}
</style>