Shades of Hot Magenta #EC18E0
Tints of Hot Magenta #EC18E0
RGB
CMYK
RGB Variations
Color information
#EC18E0 (or 0xEC18E0) is known color: Hot Magenta. HEX triplet: EC, 18 and E0. RGB value is (236,24,224). Sum of RGB (Red+Green+Blue) = 236+24+224=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18E0 is #13E71F. Grayscale: #6D6D6D. Windows color (decimal): -1304352 or 14686444. OLE color: 14686444.
HSL color Cylindrical-coordinate representation of color #EC18E0: hue angle of 303.4º 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 #EC18E0 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 224 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.07 |
| HSL | 303.4º | 0.85% | 0.51% | - |
| HSV(B) | 303.4º | 0.9% | 0.93% | - |
| XYZ | 48.37 | 23.87 | 72.58 | - |
| YUV | 110.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 224 | 0 | 0.90 | 0.05 | 0.07 | 303.4 | 0.85 | 0.51 |
| Hex | EC | 18 | E0 | 0 | 5A | 5 | 7 | 12F | 55 | 33 |
| Octal | 354 | 30 | 340 | 0 | 132 | 5 | 7 | 457 | 125 | 63 |
| Binary | 11101100 | 11000 | 11100000 | 0 | 1011010 | 101 | 111 | 100101111 | 1010101 | 110011 |
Color Harmonies of #EC18E0
Complementary color
Monochromatic Colors of #EC18E0
Black with #EC18E0
Text Example
Text Example
White with #EC18E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18E0; }
p { color: rgb(236,24,224); }
H1.HeaderClassName
{
color: #EC18E0;
}
.AnyTagClassName
{
color: #EC18E0;
}
</style>
background-color css
<style>
a { background-color: #EC18E0; }
a { background-color: rgb(236,24,224); }
div.DivClassName
{
background-color: #EC18E0;
}
.BgClassName
{
background-color: #EC18E0;
}
</style>
border-color css
<style>
span { border-color: #EC18E0; }
span { border-color: rgb(236,24,224); }
td.TdClassName
{
border-color: #EC18E0;
}
.TagClassName
{
border-color: #EC18E0;
}
</style>