Shades of Hot Magenta #ED01CF
Tints of Hot Magenta #ED01CF
RGB
CMYK
RGB Variations
Color information
#ED01CF (or 0xED01CF) is known color: Hot Magenta. HEX triplet: ED, 01 and CF. RGB value is (237,1,207). Sum of RGB (Red+Green+Blue) = 237+1+207=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01CF is #12FE30. Grayscale: #5E5E5E. Windows color (decimal): -1244721 or 13566445. OLE color: 13566445.
HSL color Cylindrical-coordinate representation of color #ED01CF: hue angle of 307.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01CF is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.07 |
| HSL | 307.63º | 0.99% | 0.47% | - |
| HSV(B) | 307.63º | 1% | 0.93% | - |
| XYZ | 46.2 | 22.53 | 60.95 | - |
| YUV | 95.05 | 191.19 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 207 | 0 | 1.00 | 0.13 | 0.07 | 307.63 | 0.99 | 0.47 |
| Hex | ED | 1 | CF | 0 | 64 | D | 7 | 134 | 63 | 2F |
| Octal | 355 | 1 | 317 | 0 | 144 | 15 | 7 | 464 | 143 | 57 |
| Binary | 11101101 | 1 | 11001111 | 0 | 1100100 | 1101 | 111 | 100110100 | 1100011 | 101111 |
Color Harmonies of #ED01CF
Complementary color
Monochromatic Colors of #ED01CF
Black with #ED01CF
Text Example
Text Example
White with #ED01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01CF; }
p { color: rgb(237,1,207); }
H1.HeaderClassName
{
color: #ED01CF;
}
.AnyTagClassName
{
color: #ED01CF;
}
</style>
background-color css
<style>
a { background-color: #ED01CF; }
a { background-color: rgb(237,1,207); }
div.DivClassName
{
background-color: #ED01CF;
}
.BgClassName
{
background-color: #ED01CF;
}
</style>
border-color css
<style>
span { border-color: #ED01CF; }
span { border-color: rgb(237,1,207); }
td.TdClassName
{
border-color: #ED01CF;
}
.TagClassName
{
border-color: #ED01CF;
}
</style>