Shades of Hot Magenta #EC06DB
Tints of Hot Magenta #EC06DB
RGB
CMYK
RGB Variations
Color information
#EC06DB (or 0xEC06DB) is known color: Hot Magenta. HEX triplet: EC, 06 and DB. RGB value is (236,6,219). Sum of RGB (Red+Green+Blue) = 236+6+219=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06DB is #13F924. Grayscale: #626262. Windows color (decimal): -1308965 or 14354156. OLE color: 14354156.
HSL color Cylindrical-coordinate representation of color #EC06DB: hue angle of 304.43º 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 #EC06DB is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.07 |
| HSL | 304.43º | 0.95% | 0.47% | - |
| HSV(B) | 304.43º | 0.97% | 0.93% | - |
| XYZ | 47.44 | 23.08 | 68.97 | - |
| YUV | 99.05 | 195.7 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 219 | 0 | 0.97 | 0.07 | 0.07 | 304.43 | 0.95 | 0.47 |
| Hex | EC | 6 | DB | 0 | 61 | 7 | 7 | 130 | 5F | 2F |
| Octal | 354 | 6 | 333 | 0 | 141 | 7 | 7 | 460 | 137 | 57 |
| Binary | 11101100 | 110 | 11011011 | 0 | 1100001 | 111 | 111 | 100110000 | 1011111 | 101111 |
Color Harmonies of #EC06DB
Complementary color
Monochromatic Colors of #EC06DB
Black with #EC06DB
Text Example
Text Example
White with #EC06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06DB; }
p { color: rgb(236,6,219); }
H1.HeaderClassName
{
color: #EC06DB;
}
.AnyTagClassName
{
color: #EC06DB;
}
</style>
background-color css
<style>
a { background-color: #EC06DB; }
a { background-color: rgb(236,6,219); }
div.DivClassName
{
background-color: #EC06DB;
}
.BgClassName
{
background-color: #EC06DB;
}
</style>
border-color css
<style>
span { border-color: #EC06DB; }
span { border-color: rgb(236,6,219); }
td.TdClassName
{
border-color: #EC06DB;
}
.TagClassName
{
border-color: #EC06DB;
}
</style>