Shades of Hot Magenta #ED05E2
Tints of Hot Magenta #ED05E2
RGB
CMYK
RGB Variations
Color information
#ED05E2 (or 0xED05E2) is known color: Hot Magenta. HEX triplet: ED, 05 and E2. RGB value is (237,5,226). Sum of RGB (Red+Green+Blue) = 237+5+226=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05E2 is #12FA1D. Grayscale: #626262. Windows color (decimal): -1243678 or 14812653. OLE color: 14812653.
HSL color Cylindrical-coordinate representation of color #ED05E2: hue angle of 302.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05E2 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 226 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.07 |
| HSL | 302.84º | 0.96% | 0.47% | - |
| HSV(B) | 302.84º | 0.98% | 0.93% | - |
| XYZ | 48.71 | 23.6 | 73.94 | - |
| YUV | 99.56 | 199.36 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 226 | 0 | 0.98 | 0.05 | 0.07 | 302.84 | 0.96 | 0.47 |
| Hex | ED | 5 | E2 | 0 | 62 | 5 | 7 | 12F | 60 | 2F |
| Octal | 355 | 5 | 342 | 0 | 142 | 5 | 7 | 457 | 140 | 57 |
| Binary | 11101101 | 101 | 11100010 | 0 | 1100010 | 101 | 111 | 100101111 | 1100000 | 101111 |
Color Harmonies of #ED05E2
Complementary color
Monochromatic Colors of #ED05E2
Black with #ED05E2
Text Example
Text Example
White with #ED05E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05E2; }
p { color: rgb(237,5,226); }
H1.HeaderClassName
{
color: #ED05E2;
}
.AnyTagClassName
{
color: #ED05E2;
}
</style>
background-color css
<style>
a { background-color: #ED05E2; }
a { background-color: rgb(237,5,226); }
div.DivClassName
{
background-color: #ED05E2;
}
.BgClassName
{
background-color: #ED05E2;
}
</style>
border-color css
<style>
span { border-color: #ED05E2; }
span { border-color: rgb(237,5,226); }
td.TdClassName
{
border-color: #ED05E2;
}
.TagClassName
{
border-color: #ED05E2;
}
</style>