Shades of Hot Magenta #EC08E3
Tints of Hot Magenta #EC08E3
RGB
CMYK
RGB Variations
Color information
#EC08E3 (or 0xEC08E3) is known color: Hot Magenta. HEX triplet: EC, 08 and E3. RGB value is (236,8,227). Sum of RGB (Red+Green+Blue) = 236+8+227=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08E3 is #13F71C. Grayscale: #646464. Windows color (decimal): -1308445 or 14878956. OLE color: 14878956.
HSL color Cylindrical-coordinate representation of color #EC08E3: hue angle of 302.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08E3 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 227 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.07 |
| HSL | 302.37º | 0.93% | 0.48% | - |
| HSV(B) | 302.37º | 0.97% | 0.93% | - |
| XYZ | 48.54 | 23.55 | 74.66 | - |
| YUV | 101.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 227 | 0 | 0.97 | 0.04 | 0.07 | 302.37 | 0.93 | 0.48 |
| Hex | EC | 8 | E3 | 0 | 61 | 4 | 7 | 12E | 5D | 30 |
| Octal | 354 | 10 | 343 | 0 | 141 | 4 | 7 | 456 | 135 | 60 |
| Binary | 11101100 | 1000 | 11100011 | 0 | 1100001 | 100 | 111 | 100101110 | 1011101 | 110000 |
Color Harmonies of #EC08E3
Complementary color
Monochromatic Colors of #EC08E3
Black with #EC08E3
Text Example
Text Example
White with #EC08E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08E3; }
p { color: rgb(236,8,227); }
H1.HeaderClassName
{
color: #EC08E3;
}
.AnyTagClassName
{
color: #EC08E3;
}
</style>
background-color css
<style>
a { background-color: #EC08E3; }
a { background-color: rgb(236,8,227); }
div.DivClassName
{
background-color: #EC08E3;
}
.BgClassName
{
background-color: #EC08E3;
}
</style>
border-color css
<style>
span { border-color: #EC08E3; }
span { border-color: rgb(236,8,227); }
td.TdClassName
{
border-color: #EC08E3;
}
.TagClassName
{
border-color: #EC08E3;
}
</style>