Shades of Hot Magenta #EC08DB
Tints of Hot Magenta #EC08DB
RGB
CMYK
RGB Variations
Color information
#EC08DB (or 0xEC08DB) is known color: Hot Magenta. HEX triplet: EC, 08 and DB. RGB value is (236,8,219). Sum of RGB (Red+Green+Blue) = 236+8+219=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC08DB is #13F724. Grayscale: #636363. Windows color (decimal): -1308453 or 14354668. OLE color: 14354668.
HSL color Cylindrical-coordinate representation of color #EC08DB: hue angle of 304.47º 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 #EC08DB is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 219 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.07 |
| HSL | 304.47º | 0.93% | 0.48% | - |
| HSV(B) | 304.47º | 0.97% | 0.93% | - |
| XYZ | 47.47 | 23.12 | 68.98 | - |
| YUV | 100.23 | 195.04 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 219 | 0 | 0.97 | 0.07 | 0.07 | 304.47 | 0.93 | 0.48 |
| Hex | EC | 8 | DB | 0 | 61 | 7 | 7 | 130 | 5D | 30 |
| Octal | 354 | 10 | 333 | 0 | 141 | 7 | 7 | 460 | 135 | 60 |
| Binary | 11101100 | 1000 | 11011011 | 0 | 1100001 | 111 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #EC08DB
Complementary color
Monochromatic Colors of #EC08DB
Black with #EC08DB
Text Example
Text Example
White with #EC08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08DB; }
p { color: rgb(236,8,219); }
H1.HeaderClassName
{
color: #EC08DB;
}
.AnyTagClassName
{
color: #EC08DB;
}
</style>
background-color css
<style>
a { background-color: #EC08DB; }
a { background-color: rgb(236,8,219); }
div.DivClassName
{
background-color: #EC08DB;
}
.BgClassName
{
background-color: #EC08DB;
}
</style>
border-color css
<style>
span { border-color: #EC08DB; }
span { border-color: rgb(236,8,219); }
td.TdClassName
{
border-color: #EC08DB;
}
.TagClassName
{
border-color: #EC08DB;
}
</style>