Shades of Hot Magenta #EC06E2
Tints of Hot Magenta #EC06E2
RGB
CMYK
RGB Variations
Color information
#EC06E2 (or 0xEC06E2) is known color: Hot Magenta. HEX triplet: EC, 06 and E2. RGB value is (236,6,226). Sum of RGB (Red+Green+Blue) = 236+6+226=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06E2 is #13F91D. Grayscale: #636363. Windows color (decimal): -1308958 or 14812908. OLE color: 14812908.
HSL color Cylindrical-coordinate representation of color #EC06E2: hue angle of 302.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC06E2 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 226 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.07 |
| HSL | 302.61º | 0.95% | 0.47% | - |
| HSV(B) | 302.61º | 0.97% | 0.93% | - |
| XYZ | 48.38 | 23.45 | 73.93 | - |
| YUV | 99.85 | 199.2 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 226 | 0 | 0.97 | 0.04 | 0.07 | 302.61 | 0.95 | 0.47 |
| Hex | EC | 6 | E2 | 0 | 61 | 4 | 7 | 12F | 5F | 2F |
| Octal | 354 | 6 | 342 | 0 | 141 | 4 | 7 | 457 | 137 | 57 |
| Binary | 11101100 | 110 | 11100010 | 0 | 1100001 | 100 | 111 | 100101111 | 1011111 | 101111 |
Color Harmonies of #EC06E2
Complementary color
Monochromatic Colors of #EC06E2
Black with #EC06E2
Text Example
Text Example
White with #EC06E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06E2; }
p { color: rgb(236,6,226); }
H1.HeaderClassName
{
color: #EC06E2;
}
.AnyTagClassName
{
color: #EC06E2;
}
</style>
background-color css
<style>
a { background-color: #EC06E2; }
a { background-color: rgb(236,6,226); }
div.DivClassName
{
background-color: #EC06E2;
}
.BgClassName
{
background-color: #EC06E2;
}
</style>
border-color css
<style>
span { border-color: #EC06E2; }
span { border-color: rgb(236,6,226); }
td.TdClassName
{
border-color: #EC06E2;
}
.TagClassName
{
border-color: #EC06E2;
}
</style>