Shades of Hot Magenta #EC06E3
Tints of Hot Magenta #EC06E3
RGB
CMYK
RGB Variations
Color information
#EC06E3 (or 0xEC06E3) is known color: Hot Magenta. HEX triplet: EC, 06 and E3. RGB value is (236,6,227). Sum of RGB (Red+Green+Blue) = 236+6+227=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06E3 is #13F91C. Grayscale: #636363. Windows color (decimal): -1308957 or 14878444. OLE color: 14878444.
HSL color Cylindrical-coordinate representation of color #EC06E3: hue angle of 302.35º 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 #EC06E3 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 227 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.07 |
| HSL | 302.35º | 0.95% | 0.47% | - |
| HSV(B) | 302.35º | 0.97% | 0.93% | - |
| XYZ | 48.52 | 23.51 | 74.65 | - |
| YUV | 99.96 | 199.7 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 227 | 0 | 0.97 | 0.04 | 0.07 | 302.35 | 0.95 | 0.47 |
| Hex | EC | 6 | E3 | 0 | 61 | 4 | 7 | 12E | 5F | 2F |
| Octal | 354 | 6 | 343 | 0 | 141 | 4 | 7 | 456 | 137 | 57 |
| Binary | 11101100 | 110 | 11100011 | 0 | 1100001 | 100 | 111 | 100101110 | 1011111 | 101111 |
Color Harmonies of #EC06E3
Complementary color
Monochromatic Colors of #EC06E3
Black with #EC06E3
Text Example
Text Example
White with #EC06E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06E3; }
p { color: rgb(236,6,227); }
H1.HeaderClassName
{
color: #EC06E3;
}
.AnyTagClassName
{
color: #EC06E3;
}
</style>
background-color css
<style>
a { background-color: #EC06E3; }
a { background-color: rgb(236,6,227); }
div.DivClassName
{
background-color: #EC06E3;
}
.BgClassName
{
background-color: #EC06E3;
}
</style>
border-color css
<style>
span { border-color: #EC06E3; }
span { border-color: rgb(236,6,227); }
td.TdClassName
{
border-color: #EC06E3;
}
.TagClassName
{
border-color: #EC06E3;
}
</style>