Shades of Magenta #ED0DF0
Tints of Magenta #ED0DF0
RGB
CMYK
RGB Variations
Color information
#ED0DF0 (or 0xED0DF0) is known color: Magenta. HEX triplet: ED, 0D and F0. RGB value is (237,13,240). Sum of RGB (Red+Green+Blue) = 237+13+240=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED0DF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0DF0 is #12F20F. Grayscale: #696969. Windows color (decimal): -1241616 or 15732205. OLE color: 15732205.
HSL color Cylindrical-coordinate representation of color #ED0DF0: hue angle of 299.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0DF0 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 13 | 240 | - |
CMYK | 0.01 | 0.95 | 0 | 0.06 |
HSL | 299.21º | 0.9% | 0.5% | - |
HSV(B) | 299.21º | 0.95% | 0.94% | - |
XYZ | 50.8 | 24.58 | 84.51 | - |
YUV | 105.85 | 203.71 | 221.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 13 | 240 | 0.01 | 0.95 | 0 | 0.06 | 299.21 | 0.9 | 0.5 |
Hex | ED | D | F0 | 1 | 5F | 0 | 6 | 12B | 5A | 32 |
Octal | 355 | 15 | 360 | 1 | 137 | 0 | 6 | 453 | 132 | 62 |
Binary | 11101101 | 1101 | 11110000 | 1 | 1011111 | 0 | 110 | 100101011 | 1011010 | 110010 |
Color Harmonies of #ED0DF0
Complementary color
Monochromatic Colors of #ED0DF0
Black with #ED0DF0
Text Example
Text Example
White with #ED0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0DF0; }
p { color: rgb(237,13,240); }
H1.HeaderClassName
{
color: #ED0DF0;
}
.AnyTagClassName
{
color: #ED0DF0;
}
</style>
background-color css
<style>
a { background-color: #ED0DF0; }
a { background-color: rgb(237,13,240); }
div.DivClassName
{
background-color: #ED0DF0;
}
.BgClassName
{
background-color: #ED0DF0;
}
</style>
border-color css
<style>
span { border-color: #ED0DF0; }
span { border-color: rgb(237,13,240); }
td.TdClassName
{
border-color: #ED0DF0;
}
.TagClassName
{
border-color: #ED0DF0;
}
</style>