Shades of Hot Magenta #ED01CB
Tints of Hot Magenta #ED01CB
RGB
CMYK
RGB Variations
Color information
#ED01CB (or 0xED01CB) is known color: Hot Magenta. HEX triplet: ED, 01 and CB. RGB value is (237,1,203). Sum of RGB (Red+Green+Blue) = 237+1+203=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01CB is #12FE34. Grayscale: #5E5E5E. Windows color (decimal): -1244725 or 13304301. OLE color: 13304301.
HSL color Cylindrical-coordinate representation of color #ED01CB: hue angle of 308.64º 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 #ED01CB is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.07 |
| HSL | 308.64º | 0.99% | 0.47% | - |
| HSV(B) | 308.64º | 1% | 0.93% | - |
| XYZ | 45.72 | 22.34 | 58.4 | - |
| YUV | 94.59 | 189.19 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 203 | 0 | 1.00 | 0.14 | 0.07 | 308.64 | 0.99 | 0.47 |
| Hex | ED | 1 | CB | 0 | 64 | E | 7 | 135 | 63 | 2F |
| Octal | 355 | 1 | 313 | 0 | 144 | 16 | 7 | 465 | 143 | 57 |
| Binary | 11101101 | 1 | 11001011 | 0 | 1100100 | 1110 | 111 | 100110101 | 1100011 | 101111 |
Color Harmonies of #ED01CB
Complementary color
Monochromatic Colors of #ED01CB
Black with #ED01CB
Text Example
Text Example
White with #ED01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01CB; }
p { color: rgb(237,1,203); }
H1.HeaderClassName
{
color: #ED01CB;
}
.AnyTagClassName
{
color: #ED01CB;
}
</style>
background-color css
<style>
a { background-color: #ED01CB; }
a { background-color: rgb(237,1,203); }
div.DivClassName
{
background-color: #ED01CB;
}
.BgClassName
{
background-color: #ED01CB;
}
</style>
border-color css
<style>
span { border-color: #ED01CB; }
span { border-color: rgb(237,1,203); }
td.TdClassName
{
border-color: #ED01CB;
}
.TagClassName
{
border-color: #ED01CB;
}
</style>