Shades of Hot Magenta #ED07CF
Tints of Hot Magenta #ED07CF
RGB
CMYK
RGB Variations
Color information
#ED07CF (or 0xED07CF) is known color: Hot Magenta. HEX triplet: ED, 07 and CF. RGB value is (237,7,207). Sum of RGB (Red+Green+Blue) = 237+7+207=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07CF is #12F830. Grayscale: #616161. Windows color (decimal): -1243185 or 13567981. OLE color: 13567981.
HSL color Cylindrical-coordinate representation of color #ED07CF: hue angle of 307.83º 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 #ED07CF is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.07 |
| HSL | 307.83º | 0.94% | 0.48% | - |
| HSV(B) | 307.83º | 0.97% | 0.93% | - |
| XYZ | 46.26 | 22.66 | 60.97 | - |
| YUV | 98.57 | 189.2 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 207 | 0 | 0.97 | 0.13 | 0.07 | 307.83 | 0.94 | 0.48 |
| Hex | ED | 7 | CF | 0 | 61 | D | 7 | 134 | 5E | 30 |
| Octal | 355 | 7 | 317 | 0 | 141 | 15 | 7 | 464 | 136 | 60 |
| Binary | 11101101 | 111 | 11001111 | 0 | 1100001 | 1101 | 111 | 100110100 | 1011110 | 110000 |
Color Harmonies of #ED07CF
Complementary color
Monochromatic Colors of #ED07CF
Black with #ED07CF
Text Example
Text Example
White with #ED07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07CF; }
p { color: rgb(237,7,207); }
H1.HeaderClassName
{
color: #ED07CF;
}
.AnyTagClassName
{
color: #ED07CF;
}
</style>
background-color css
<style>
a { background-color: #ED07CF; }
a { background-color: rgb(237,7,207); }
div.DivClassName
{
background-color: #ED07CF;
}
.BgClassName
{
background-color: #ED07CF;
}
</style>
border-color css
<style>
span { border-color: #ED07CF; }
span { border-color: rgb(237,7,207); }
td.TdClassName
{
border-color: #ED07CF;
}
.TagClassName
{
border-color: #ED07CF;
}
</style>