Shades of Hot Magenta #ED00CF
Tints of Hot Magenta #ED00CF
RGB
CMYK
RGB Variations
Color information
#ED00CF (or 0xED00CF) is known color: Hot Magenta. HEX triplet: ED, 00 and CF. RGB value is (237,0,207). Sum of RGB (Red+Green+Blue) = 237+0+207=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED00CF is #12FF30. Grayscale: #5D5D5D. Windows color (decimal): -1244977 or 13566189. OLE color: 13566189.
HSL color Cylindrical-coordinate representation of color #ED00CF: hue angle of 307.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED00CF is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.13 | 0.07 |
| HSL | 307.59º | 1% | 0.46% | - |
| HSV(B) | 307.59º | 1% | 0.93% | - |
| XYZ | 46.19 | 22.51 | 60.94 | - |
| YUV | 94.46 | 191.52 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 207 | 0 | 1 | 0.13 | 0.07 | 307.59 | 1 | 0.46 |
| Hex | ED | 0 | CF | 0 | 64 | D | 7 | 134 | 64 | 2E |
| Octal | 355 | 0 | 317 | 0 | 144 | 15 | 7 | 464 | 144 | 56 |
| Binary | 11101101 | 0 | 11001111 | 0 | 1100100 | 1101 | 111 | 100110100 | 1100100 | 101110 |
Color Harmonies of #ED00CF
Complementary color
Monochromatic Colors of #ED00CF
Black with #ED00CF
Text Example
Text Example
White with #ED00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED00CF; }
p { color: rgb(237,0,207); }
H1.HeaderClassName
{
color: #ED00CF;
}
.AnyTagClassName
{
color: #ED00CF;
}
</style>
background-color css
<style>
a { background-color: #ED00CF; }
a { background-color: rgb(237,0,207); }
div.DivClassName
{
background-color: #ED00CF;
}
.BgClassName
{
background-color: #ED00CF;
}
</style>
border-color css
<style>
span { border-color: #ED00CF; }
span { border-color: rgb(237,0,207); }
td.TdClassName
{
border-color: #ED00CF;
}
.TagClassName
{
border-color: #ED00CF;
}
</style>