Shades of Magenta #ED14F0
Tints of Magenta #ED14F0
RGB
CMYK
RGB Variations
Color information
#ED14F0 (or 0xED14F0) is known color: Magenta. HEX triplet: ED, 14 and F0. RGB value is (237,20,240). Sum of RGB (Red+Green+Blue) = 237+20+240=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED14F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED14F0 is #12EB0F. Grayscale: #6D6D6D. Windows color (decimal): -1239824 or 15733997. OLE color: 15733997.
HSL color Cylindrical-coordinate representation of color #ED14F0: hue angle of 299.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14F0 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 20 | 240 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.06 |
| HSL | 299.18º | 0.88% | 0.51% | - |
| HSV(B) | 299.18º | 0.92% | 0.94% | - |
| XYZ | 50.9 | 24.8 | 84.54 | - |
| YUV | 109.96 | 201.39 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 240 | 0.01 | 0.92 | 0 | 0.06 | 299.18 | 0.88 | 0.51 |
| Hex | ED | 14 | F0 | 1 | 5C | 0 | 6 | 12B | 58 | 33 |
| Octal | 355 | 24 | 360 | 1 | 134 | 0 | 6 | 453 | 130 | 63 |
| Binary | 11101101 | 10100 | 11110000 | 1 | 1011100 | 0 | 110 | 100101011 | 1011000 | 110011 |
Color Harmonies of #ED14F0
Complementary color
Monochromatic Colors of #ED14F0
Black with #ED14F0
Text Example
Text Example
White with #ED14F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED14F0; }
p { color: rgb(237,20,240); }
H1.HeaderClassName
{
color: #ED14F0;
}
.AnyTagClassName
{
color: #ED14F0;
}
</style>
background-color css
<style>
a { background-color: #ED14F0; }
a { background-color: rgb(237,20,240); }
div.DivClassName
{
background-color: #ED14F0;
}
.BgClassName
{
background-color: #ED14F0;
}
</style>
border-color css
<style>
span { border-color: #ED14F0; }
span { border-color: rgb(237,20,240); }
td.TdClassName
{
border-color: #ED14F0;
}
.TagClassName
{
border-color: #ED14F0;
}
</style>