Shades of Hot Magenta #EC18DE
Tints of Hot Magenta #EC18DE
RGB
CMYK
RGB Variations
Color information
#EC18DE (or 0xEC18DE) is known color: Hot Magenta. HEX triplet: EC, 18 and DE. RGB value is (236,24,222). Sum of RGB (Red+Green+Blue) = 236+24+222=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18DE is #13E721. Grayscale: #6D6D6D. Windows color (decimal): -1304354 or 14555372. OLE color: 14555372.
HSL color Cylindrical-coordinate representation of color #EC18DE: hue angle of 303.96º degrees, saturation: 0.85, 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 #EC18DE is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 222 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.07 |
| HSL | 303.96º | 0.85% | 0.51% | - |
| HSV(B) | 303.96º | 0.9% | 0.93% | - |
| XYZ | 48.1 | 23.76 | 71.16 | - |
| YUV | 109.96 | 191.24 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 222 | 0 | 0.90 | 0.06 | 0.07 | 303.96 | 0.85 | 0.51 |
| Hex | EC | 18 | DE | 0 | 5A | 6 | 7 | 130 | 55 | 33 |
| Octal | 354 | 30 | 336 | 0 | 132 | 6 | 7 | 460 | 125 | 63 |
| Binary | 11101100 | 11000 | 11011110 | 0 | 1011010 | 110 | 111 | 100110000 | 1010101 | 110011 |
Color Harmonies of #EC18DE
Complementary color
Monochromatic Colors of #EC18DE
Black with #EC18DE
Text Example
Text Example
White with #EC18DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18DE; }
p { color: rgb(236,24,222); }
H1.HeaderClassName
{
color: #EC18DE;
}
.AnyTagClassName
{
color: #EC18DE;
}
</style>
background-color css
<style>
a { background-color: #EC18DE; }
a { background-color: rgb(236,24,222); }
div.DivClassName
{
background-color: #EC18DE;
}
.BgClassName
{
background-color: #EC18DE;
}
</style>
border-color css
<style>
span { border-color: #EC18DE; }
span { border-color: rgb(236,24,222); }
td.TdClassName
{
border-color: #EC18DE;
}
.TagClassName
{
border-color: #EC18DE;
}
</style>