Shades of Hot Magenta #EC01DB
Tints of Hot Magenta #EC01DB
RGB
CMYK
RGB Variations
Color information
#EC01DB (or 0xEC01DB) is known color: Hot Magenta. HEX triplet: EC, 01 and DB. RGB value is (236,1,219). Sum of RGB (Red+Green+Blue) = 236+1+219=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01DB is #13FE24. Grayscale: #5F5F5F. Windows color (decimal): -1310245 or 14352876. OLE color: 14352876.
HSL color Cylindrical-coordinate representation of color #EC01DB: hue angle of 304.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01DB is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.07 |
| HSL | 304.34º | 0.99% | 0.46% | - |
| HSV(B) | 304.34º | 1% | 0.93% | - |
| XYZ | 47.39 | 22.97 | 68.95 | - |
| YUV | 96.12 | 197.36 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 219 | 0 | 1.00 | 0.07 | 0.07 | 304.34 | 0.99 | 0.46 |
| Hex | EC | 1 | DB | 0 | 64 | 7 | 7 | 130 | 63 | 2E |
| Octal | 354 | 1 | 333 | 0 | 144 | 7 | 7 | 460 | 143 | 56 |
| Binary | 11101100 | 1 | 11011011 | 0 | 1100100 | 111 | 111 | 100110000 | 1100011 | 101110 |
Color Harmonies of #EC01DB
Complementary color
Monochromatic Colors of #EC01DB
Black with #EC01DB
Text Example
Text Example
White with #EC01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01DB; }
p { color: rgb(236,1,219); }
H1.HeaderClassName
{
color: #EC01DB;
}
.AnyTagClassName
{
color: #EC01DB;
}
</style>
background-color css
<style>
a { background-color: #EC01DB; }
a { background-color: rgb(236,1,219); }
div.DivClassName
{
background-color: #EC01DB;
}
.BgClassName
{
background-color: #EC01DB;
}
</style>
border-color css
<style>
span { border-color: #EC01DB; }
span { border-color: rgb(236,1,219); }
td.TdClassName
{
border-color: #EC01DB;
}
.TagClassName
{
border-color: #EC01DB;
}
</style>