Shades of Magenta #ED0AF0
Tints of Magenta #ED0AF0
RGB
CMYK
RGB Variations
Color information
#ED0AF0 (or 0xED0AF0) is known color: Magenta. HEX triplet: ED, 0A and F0. RGB value is (237,10,240). Sum of RGB (Red+Green+Blue) = 237+10+240=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 10 (4.30% from 255 or 2.05% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED0AF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0AF0 is #12F50F. Grayscale: #676767. Windows color (decimal): -1242384 or 15731437. OLE color: 15731437.
HSL color Cylindrical-coordinate representation of color #ED0AF0: hue angle of 299.22º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AF0 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 10 | 240 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.06 |
| HSL | 299.22º | 0.92% | 0.49% | - |
| HSV(B) | 299.22º | 0.96% | 0.94% | - |
| XYZ | 50.76 | 24.51 | 84.49 | - |
| YUV | 104.09 | 204.71 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 240 | 0.01 | 0.96 | 0 | 0.06 | 299.22 | 0.92 | 0.49 |
| Hex | ED | A | F0 | 1 | 60 | 0 | 6 | 12B | 5C | 31 |
| Octal | 355 | 12 | 360 | 1 | 140 | 0 | 6 | 453 | 134 | 61 |
| Binary | 11101101 | 1010 | 11110000 | 1 | 1100000 | 0 | 110 | 100101011 | 1011100 | 110001 |
Color Harmonies of #ED0AF0
Complementary color
Monochromatic Colors of #ED0AF0
Black with #ED0AF0
Text Example
Text Example
White with #ED0AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AF0; }
p { color: rgb(237,10,240); }
H1.HeaderClassName
{
color: #ED0AF0;
}
.AnyTagClassName
{
color: #ED0AF0;
}
</style>
background-color css
<style>
a { background-color: #ED0AF0; }
a { background-color: rgb(237,10,240); }
div.DivClassName
{
background-color: #ED0AF0;
}
.BgClassName
{
background-color: #ED0AF0;
}
</style>
border-color css
<style>
span { border-color: #ED0AF0; }
span { border-color: rgb(237,10,240); }
td.TdClassName
{
border-color: #ED0AF0;
}
.TagClassName
{
border-color: #ED0AF0;
}
</style>