Shades of Magenta #ED01F0
Tints of Magenta #ED01F0
RGB
CMYK
RGB Variations
Color information
#ED01F0 (or 0xED01F0) is known color: Magenta. HEX triplet: ED, 01 and F0. RGB value is (237,1,240). Sum of RGB (Red+Green+Blue) = 237+1+240=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED01F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01F0 is #12FE0F. Grayscale: #626262. Windows color (decimal): -1244688 or 15729133. OLE color: 15729133.
HSL color Cylindrical-coordinate representation of color #ED01F0: hue angle of 299.25º 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 #ED01F0 is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 1 | 240 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.06 |
| HSL | 299.25º | 0.99% | 0.47% | - |
| HSV(B) | 299.25º | 1% | 0.94% | - |
| XYZ | 50.66 | 24.32 | 84.46 | - |
| YUV | 98.81 | 207.69 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 240 | 0.01 | 1.00 | 0 | 0.06 | 299.25 | 0.99 | 0.47 |
| Hex | ED | 1 | F0 | 1 | 64 | 0 | 6 | 12B | 63 | 2F |
| Octal | 355 | 1 | 360 | 1 | 144 | 0 | 6 | 453 | 143 | 57 |
| Binary | 11101101 | 1 | 11110000 | 1 | 1100100 | 0 | 110 | 100101011 | 1100011 | 101111 |
Color Harmonies of #ED01F0
Complementary color
Monochromatic Colors of #ED01F0
Black with #ED01F0
Text Example
Text Example
White with #ED01F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01F0; }
p { color: rgb(237,1,240); }
H1.HeaderClassName
{
color: #ED01F0;
}
.AnyTagClassName
{
color: #ED01F0;
}
</style>
background-color css
<style>
a { background-color: #ED01F0; }
a { background-color: rgb(237,1,240); }
div.DivClassName
{
background-color: #ED01F0;
}
.BgClassName
{
background-color: #ED01F0;
}
</style>
border-color css
<style>
span { border-color: #ED01F0; }
span { border-color: rgb(237,1,240); }
td.TdClassName
{
border-color: #ED01F0;
}
.TagClassName
{
border-color: #ED01F0;
}
</style>