Shades of Magenta #ED01EF
Tints of Magenta #ED01EF
RGB
CMYK
RGB Variations
Color information
#ED01EF (or 0xED01EF) is known color: Magenta. HEX triplet: ED, 01 and EF. RGB value is (237,1,239). Sum of RGB (Red+Green+Blue) = 237+1+239=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01EF is #12FE10. Grayscale: #616161. Windows color (decimal): -1244689 or 15663597. OLE color: 15663597.
HSL color Cylindrical-coordinate representation of color #ED01EF: hue angle of 299.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01EF is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 1 | 239 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.06 |
| HSL | 299.5º | 0.99% | 0.47% | - |
| HSV(B) | 299.5º | 1% | 0.94% | - |
| XYZ | 50.52 | 24.26 | 83.68 | - |
| YUV | 98.7 | 207.19 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 239 | 0.01 | 1.00 | 0 | 0.06 | 299.5 | 0.99 | 0.47 |
| Hex | ED | 1 | EF | 1 | 64 | 0 | 6 | 12B | 63 | 2F |
| Octal | 355 | 1 | 357 | 1 | 144 | 0 | 6 | 453 | 143 | 57 |
| Binary | 11101101 | 1 | 11101111 | 1 | 1100100 | 0 | 110 | 100101011 | 1100011 | 101111 |
Color Harmonies of #ED01EF
Complementary color
Monochromatic Colors of #ED01EF
Black with #ED01EF
Text Example
Text Example
White with #ED01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01EF; }
p { color: rgb(237,1,239); }
H1.HeaderClassName
{
color: #ED01EF;
}
.AnyTagClassName
{
color: #ED01EF;
}
</style>
background-color css
<style>
a { background-color: #ED01EF; }
a { background-color: rgb(237,1,239); }
div.DivClassName
{
background-color: #ED01EF;
}
.BgClassName
{
background-color: #ED01EF;
}
</style>
border-color css
<style>
span { border-color: #ED01EF; }
span { border-color: rgb(237,1,239); }
td.TdClassName
{
border-color: #ED01EF;
}
.TagClassName
{
border-color: #ED01EF;
}
</style>