Shades of Hot Magenta #EC00E2
Tints of Hot Magenta #EC00E2
RGB
CMYK
RGB Variations
Color information
#EC00E2 (or 0xEC00E2) is known color: Hot Magenta. HEX triplet: EC, 00 and E2. RGB value is (236,0,226). Sum of RGB (Red+Green+Blue) = 236+0+226=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00E2 is #13FF1D. Grayscale: #5F5F5F. Windows color (decimal): -1310494 or 14811372. OLE color: 14811372.
HSL color Cylindrical-coordinate representation of color #EC00E2: hue angle of 302.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00E2 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 226 | - |
| CMYK | 0 | 1 | 0.04 | 0.07 |
| HSL | 302.54º | 1% | 0.46% | - |
| HSV(B) | 302.54º | 1% | 0.93% | - |
| XYZ | 48.32 | 23.32 | 73.91 | - |
| YUV | 96.33 | 201.19 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 226 | 0 | 1 | 0.04 | 0.07 | 302.54 | 1 | 0.46 |
| Hex | EC | 0 | E2 | 0 | 64 | 4 | 7 | 12F | 64 | 2E |
| Octal | 354 | 0 | 342 | 0 | 144 | 4 | 7 | 457 | 144 | 56 |
| Binary | 11101100 | 0 | 11100010 | 0 | 1100100 | 100 | 111 | 100101111 | 1100100 | 101110 |
Color Harmonies of #EC00E2
Complementary color
Monochromatic Colors of #EC00E2
Black with #EC00E2
Text Example
Text Example
White with #EC00E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00E2; }
p { color: rgb(236,0,226); }
H1.HeaderClassName
{
color: #EC00E2;
}
.AnyTagClassName
{
color: #EC00E2;
}
</style>
background-color css
<style>
a { background-color: #EC00E2; }
a { background-color: rgb(236,0,226); }
div.DivClassName
{
background-color: #EC00E2;
}
.BgClassName
{
background-color: #EC00E2;
}
</style>
border-color css
<style>
span { border-color: #EC00E2; }
span { border-color: rgb(236,0,226); }
td.TdClassName
{
border-color: #EC00E2;
}
.TagClassName
{
border-color: #EC00E2;
}
</style>