Shades of Hot Magenta #ED18E1
Tints of Hot Magenta #ED18E1
RGB
CMYK
RGB Variations
Color information
#ED18E1 (or 0xED18E1) is known color: Hot Magenta. HEX triplet: ED, 18 and E1. RGB value is (237,24,225). Sum of RGB (Red+Green+Blue) = 237+24+225=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18E1 is #12E71E. Grayscale: #6E6E6E. Windows color (decimal): -1238815 or 14751981. OLE color: 14751981.
HSL color Cylindrical-coordinate representation of color #ED18E1: hue angle of 303.38º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18E1 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 225 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.07 |
| HSL | 303.38º | 0.86% | 0.51% | - |
| HSV(B) | 303.38º | 0.9% | 0.93% | - |
| XYZ | 48.84 | 24.09 | 73.31 | - |
| YUV | 110.6 | 192.57 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 225 | 0 | 0.90 | 0.05 | 0.07 | 303.38 | 0.86 | 0.51 |
| Hex | ED | 18 | E1 | 0 | 5A | 5 | 7 | 12F | 56 | 33 |
| Octal | 355 | 30 | 341 | 0 | 132 | 5 | 7 | 457 | 126 | 63 |
| Binary | 11101101 | 11000 | 11100001 | 0 | 1011010 | 101 | 111 | 100101111 | 1010110 | 110011 |
Color Harmonies of #ED18E1
Complementary color
Monochromatic Colors of #ED18E1
Black with #ED18E1
Text Example
Text Example
White with #ED18E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18E1; }
p { color: rgb(237,24,225); }
H1.HeaderClassName
{
color: #ED18E1;
}
.AnyTagClassName
{
color: #ED18E1;
}
</style>
background-color css
<style>
a { background-color: #ED18E1; }
a { background-color: rgb(237,24,225); }
div.DivClassName
{
background-color: #ED18E1;
}
.BgClassName
{
background-color: #ED18E1;
}
</style>
border-color css
<style>
span { border-color: #ED18E1; }
span { border-color: rgb(237,24,225); }
td.TdClassName
{
border-color: #ED18E1;
}
.TagClassName
{
border-color: #ED18E1;
}
</style>