Shades of Hot Magenta #ED14E3
Tints of Hot Magenta #ED14E3
RGB
CMYK
RGB Variations
Color information
#ED14E3 (or 0xED14E3) is known color: Hot Magenta. HEX triplet: ED, 14 and E3. RGB value is (237,20,227). Sum of RGB (Red+Green+Blue) = 237+20+227=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED14E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED14E3 is #12EB1C. Grayscale: #6B6B6B. Windows color (decimal): -1239837 or 14882029. OLE color: 14882029.
HSL color Cylindrical-coordinate representation of color #ED14E3: hue angle of 302.76º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14E3 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 20 | 227 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.07 |
| HSL | 302.77º | 0.86% | 0.5% | - |
| HSV(B) | 302.77º | 0.92% | 0.93% | - |
| XYZ | 49.04 | 24.05 | 74.73 | - |
| YUV | 108.48 | 194.89 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 227 | 0 | 0.92 | 0.04 | 0.07 | 302.77 | 0.86 | 0.5 |
| Hex | ED | 14 | E3 | 0 | 5C | 4 | 7 | 12F | 56 | 32 |
| Octal | 355 | 24 | 343 | 0 | 134 | 4 | 7 | 457 | 126 | 62 |
| Binary | 11101101 | 10100 | 11100011 | 0 | 1011100 | 100 | 111 | 100101111 | 1010110 | 110010 |
Color Harmonies of #ED14E3
Complementary color
Monochromatic Colors of #ED14E3
Black with #ED14E3
Text Example
Text Example
White with #ED14E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED14E3; }
p { color: rgb(237,20,227); }
H1.HeaderClassName
{
color: #ED14E3;
}
.AnyTagClassName
{
color: #ED14E3;
}
</style>
background-color css
<style>
a { background-color: #ED14E3; }
a { background-color: rgb(237,20,227); }
div.DivClassName
{
background-color: #ED14E3;
}
.BgClassName
{
background-color: #ED14E3;
}
</style>
border-color css
<style>
span { border-color: #ED14E3; }
span { border-color: rgb(237,20,227); }
td.TdClassName
{
border-color: #ED14E3;
}
.TagClassName
{
border-color: #ED14E3;
}
</style>