Shades of Hot Magenta #ED05C7
Tints of Hot Magenta #ED05C7
RGB
CMYK
RGB Variations
Color information
#ED05C7 (or 0xED05C7) is known color: Hot Magenta. HEX triplet: ED, 05 and C7. RGB value is (237,5,199). Sum of RGB (Red+Green+Blue) = 237+5+199=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05C7 is #12FA38. Grayscale: #5F5F5F. Windows color (decimal): -1243705 or 13043181. OLE color: 13043181.
HSL color Cylindrical-coordinate representation of color #ED05C7: hue angle of 309.83º 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 #ED05C7 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.07 |
| HSL | 309.83º | 0.96% | 0.47% | - |
| HSV(B) | 309.83º | 0.98% | 0.93% | - |
| XYZ | 45.29 | 22.24 | 55.94 | - |
| YUV | 96.48 | 185.86 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 199 | 0 | 0.98 | 0.16 | 0.07 | 309.83 | 0.96 | 0.47 |
| Hex | ED | 5 | C7 | 0 | 62 | 10 | 7 | 136 | 60 | 2F |
| Octal | 355 | 5 | 307 | 0 | 142 | 20 | 7 | 466 | 140 | 57 |
| Binary | 11101101 | 101 | 11000111 | 0 | 1100010 | 10000 | 111 | 100110110 | 1100000 | 101111 |
Color Harmonies of #ED05C7
Complementary color
Monochromatic Colors of #ED05C7
Black with #ED05C7
Text Example
Text Example
White with #ED05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05C7; }
p { color: rgb(237,5,199); }
H1.HeaderClassName
{
color: #ED05C7;
}
.AnyTagClassName
{
color: #ED05C7;
}
</style>
background-color css
<style>
a { background-color: #ED05C7; }
a { background-color: rgb(237,5,199); }
div.DivClassName
{
background-color: #ED05C7;
}
.BgClassName
{
background-color: #ED05C7;
}
</style>
border-color css
<style>
span { border-color: #ED05C7; }
span { border-color: rgb(237,5,199); }
td.TdClassName
{
border-color: #ED05C7;
}
.TagClassName
{
border-color: #ED05C7;
}
</style>