Shades of Hot Magenta #ED07D5
Tints of Hot Magenta #ED07D5
RGB
CMYK
RGB Variations
Color information
#ED07D5 (or 0xED07D5) is known color: Hot Magenta. HEX triplet: ED, 07 and D5. RGB value is (237,7,213). Sum of RGB (Red+Green+Blue) = 237+7+213=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07D5 is #12F82A. Grayscale: #626262. Windows color (decimal): -1243179 or 13961197. OLE color: 13961197.
HSL color Cylindrical-coordinate representation of color #ED07D5: hue angle of 306.26º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07D5 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 213 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.07 |
| HSL | 306.26º | 0.94% | 0.48% | - |
| HSV(B) | 306.26º | 0.97% | 0.93% | - |
| XYZ | 47.01 | 22.96 | 64.9 | - |
| YUV | 99.25 | 192.2 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 213 | 0 | 0.97 | 0.10 | 0.07 | 306.26 | 0.94 | 0.48 |
| Hex | ED | 7 | D5 | 0 | 61 | A | 7 | 132 | 5E | 30 |
| Octal | 355 | 7 | 325 | 0 | 141 | 12 | 7 | 462 | 136 | 60 |
| Binary | 11101101 | 111 | 11010101 | 0 | 1100001 | 1010 | 111 | 100110010 | 1011110 | 110000 |
Color Harmonies of #ED07D5
Complementary color
Monochromatic Colors of #ED07D5
Black with #ED07D5
Text Example
Text Example
White with #ED07D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07D5; }
p { color: rgb(237,7,213); }
H1.HeaderClassName
{
color: #ED07D5;
}
.AnyTagClassName
{
color: #ED07D5;
}
</style>
background-color css
<style>
a { background-color: #ED07D5; }
a { background-color: rgb(237,7,213); }
div.DivClassName
{
background-color: #ED07D5;
}
.BgClassName
{
background-color: #ED07D5;
}
</style>
border-color css
<style>
span { border-color: #ED07D5; }
span { border-color: rgb(237,7,213); }
td.TdClassName
{
border-color: #ED07D5;
}
.TagClassName
{
border-color: #ED07D5;
}
</style>