Shades of Hot Magenta #EC08DD
Tints of Hot Magenta #EC08DD
RGB
CMYK
RGB Variations
Color information
#EC08DD (or 0xEC08DD) is known color: Hot Magenta. HEX triplet: EC, 08 and DD. RGB value is (236,8,221). Sum of RGB (Red+Green+Blue) = 236+8+221=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08DD is #13F722. Grayscale: #636363. Windows color (decimal): -1308451 or 14485740. OLE color: 14485740.
HSL color Cylindrical-coordinate representation of color #EC08DD: hue angle of 303.95º 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 #EC08DD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 221 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.07 |
| HSL | 303.95º | 0.93% | 0.48% | - |
| HSV(B) | 303.95º | 0.97% | 0.93% | - |
| XYZ | 47.73 | 23.23 | 70.37 | - |
| YUV | 100.45 | 196.04 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 221 | 0 | 0.97 | 0.06 | 0.07 | 303.95 | 0.93 | 0.48 |
| Hex | EC | 8 | DD | 0 | 61 | 6 | 7 | 130 | 5D | 30 |
| Octal | 354 | 10 | 335 | 0 | 141 | 6 | 7 | 460 | 135 | 60 |
| Binary | 11101100 | 1000 | 11011101 | 0 | 1100001 | 110 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #EC08DD
Complementary color
Monochromatic Colors of #EC08DD
Black with #EC08DD
Text Example
Text Example
White with #EC08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08DD; }
p { color: rgb(236,8,221); }
H1.HeaderClassName
{
color: #EC08DD;
}
.AnyTagClassName
{
color: #EC08DD;
}
</style>
background-color css
<style>
a { background-color: #EC08DD; }
a { background-color: rgb(236,8,221); }
div.DivClassName
{
background-color: #EC08DD;
}
.BgClassName
{
background-color: #EC08DD;
}
</style>
border-color css
<style>
span { border-color: #EC08DD; }
span { border-color: rgb(236,8,221); }
td.TdClassName
{
border-color: #EC08DD;
}
.TagClassName
{
border-color: #EC08DD;
}
</style>