Shades of Hot Magenta #EC01E2
Tints of Hot Magenta #EC01E2
RGB
CMYK
RGB Variations
Color information
#EC01E2 (or 0xEC01E2) is known color: Hot Magenta. HEX triplet: EC, 01 and E2. RGB value is (236,1,226). Sum of RGB (Red+Green+Blue) = 236+1+226=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01E2 is #13FE1D. Grayscale: #606060. Windows color (decimal): -1310238 or 14811628. OLE color: 14811628.
HSL color Cylindrical-coordinate representation of color #EC01E2: hue angle of 302.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01E2 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 226 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.07 |
| HSL | 302.55º | 0.99% | 0.46% | - |
| HSV(B) | 302.55º | 1% | 0.93% | - |
| XYZ | 48.33 | 23.35 | 73.91 | - |
| YUV | 96.92 | 200.86 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 226 | 0 | 1.00 | 0.04 | 0.07 | 302.55 | 0.99 | 0.46 |
| Hex | EC | 1 | E2 | 0 | 64 | 4 | 7 | 12F | 63 | 2E |
| Octal | 354 | 1 | 342 | 0 | 144 | 4 | 7 | 457 | 143 | 56 |
| Binary | 11101100 | 1 | 11100010 | 0 | 1100100 | 100 | 111 | 100101111 | 1100011 | 101110 |
Color Harmonies of #EC01E2
Complementary color
Monochromatic Colors of #EC01E2
Black with #EC01E2
Text Example
Text Example
White with #EC01E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01E2; }
p { color: rgb(236,1,226); }
H1.HeaderClassName
{
color: #EC01E2;
}
.AnyTagClassName
{
color: #EC01E2;
}
</style>
background-color css
<style>
a { background-color: #EC01E2; }
a { background-color: rgb(236,1,226); }
div.DivClassName
{
background-color: #EC01E2;
}
.BgClassName
{
background-color: #EC01E2;
}
</style>
border-color css
<style>
span { border-color: #EC01E2; }
span { border-color: rgb(236,1,226); }
td.TdClassName
{
border-color: #EC01E2;
}
.TagClassName
{
border-color: #EC01E2;
}
</style>