Shades of Hot Magenta #EC08D3
Tints of Hot Magenta #EC08D3
RGB
CMYK
RGB Variations
Color information
#EC08D3 (or 0xEC08D3) is known color: Hot Magenta. HEX triplet: EC, 08 and D3. RGB value is (236,8,211). Sum of RGB (Red+Green+Blue) = 236+8+211=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08D3 is #13F72C. Grayscale: #626262. Windows color (decimal): -1308461 or 13830380. OLE color: 13830380.
HSL color Cylindrical-coordinate representation of color #EC08D3: hue angle of 306.58º 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 #EC08D3 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 211 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.07 |
| HSL | 306.58º | 0.93% | 0.48% | - |
| HSV(B) | 306.58º | 0.97% | 0.93% | - |
| XYZ | 46.44 | 22.71 | 63.56 | - |
| YUV | 99.31 | 191.04 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 211 | 0 | 0.97 | 0.11 | 0.07 | 306.58 | 0.93 | 0.48 |
| Hex | EC | 8 | D3 | 0 | 61 | B | 7 | 133 | 5D | 30 |
| Octal | 354 | 10 | 323 | 0 | 141 | 13 | 7 | 463 | 135 | 60 |
| Binary | 11101100 | 1000 | 11010011 | 0 | 1100001 | 1011 | 111 | 100110011 | 1011101 | 110000 |
Color Harmonies of #EC08D3
Complementary color
Monochromatic Colors of #EC08D3
Black with #EC08D3
Text Example
Text Example
White with #EC08D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08D3; }
p { color: rgb(236,8,211); }
H1.HeaderClassName
{
color: #EC08D3;
}
.AnyTagClassName
{
color: #EC08D3;
}
</style>
background-color css
<style>
a { background-color: #EC08D3; }
a { background-color: rgb(236,8,211); }
div.DivClassName
{
background-color: #EC08D3;
}
.BgClassName
{
background-color: #EC08D3;
}
</style>
border-color css
<style>
span { border-color: #EC08D3; }
span { border-color: rgb(236,8,211); }
td.TdClassName
{
border-color: #EC08D3;
}
.TagClassName
{
border-color: #EC08D3;
}
</style>