Shades of Hot Magenta #EC18E1
Tints of Hot Magenta #EC18E1
RGB
CMYK
RGB Variations
Color information
#EC18E1 (or 0xEC18E1) is known color: Hot Magenta. HEX triplet: EC, 18 and E1. RGB value is (236,24,225). Sum of RGB (Red+Green+Blue) = 236+24+225=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18E1 is #13E71E. Grayscale: #6D6D6D. Windows color (decimal): -1304351 or 14751980. OLE color: 14751980.
HSL color Cylindrical-coordinate representation of color #EC18E1: hue angle of 303.11º 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 #EC18E1 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 225 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.07 |
| HSL | 303.11º | 0.85% | 0.51% | - |
| HSV(B) | 303.11º | 0.9% | 0.93% | - |
| XYZ | 48.51 | 23.92 | 73.29 | - |
| YUV | 110.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 225 | 0 | 0.90 | 0.05 | 0.07 | 303.11 | 0.85 | 0.51 |
| Hex | EC | 18 | E1 | 0 | 5A | 5 | 7 | 12F | 55 | 33 |
| Octal | 354 | 30 | 341 | 0 | 132 | 5 | 7 | 457 | 125 | 63 |
| Binary | 11101100 | 11000 | 11100001 | 0 | 1011010 | 101 | 111 | 100101111 | 1010101 | 110011 |
Color Harmonies of #EC18E1
Complementary color
Monochromatic Colors of #EC18E1
Black with #EC18E1
Text Example
Text Example
White with #EC18E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18E1; }
p { color: rgb(236,24,225); }
H1.HeaderClassName
{
color: #EC18E1;
}
.AnyTagClassName
{
color: #EC18E1;
}
</style>
background-color css
<style>
a { background-color: #EC18E1; }
a { background-color: rgb(236,24,225); }
div.DivClassName
{
background-color: #EC18E1;
}
.BgClassName
{
background-color: #EC18E1;
}
</style>
border-color css
<style>
span { border-color: #EC18E1; }
span { border-color: rgb(236,24,225); }
td.TdClassName
{
border-color: #EC18E1;
}
.TagClassName
{
border-color: #EC18E1;
}
</style>