Shades of Hot Magenta #EC1ADF
Tints of Hot Magenta #EC1ADF
RGB
CMYK
RGB Variations
Color information
#EC1ADF (or 0xEC1ADF) is known color: Hot Magenta. HEX triplet: EC, 1A and DF. RGB value is (236,26,223). Sum of RGB (Red+Green+Blue) = 236+26+223=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ADF is #13E520. Grayscale: #6E6E6E. Windows color (decimal): -1303841 or 14621420. OLE color: 14621420.
HSL color Cylindrical-coordinate representation of color #EC1ADF: hue angle of 303.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1ADF is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 223 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.07 |
| HSL | 303.71º | 0.85% | 0.51% | - |
| HSV(B) | 303.71º | 0.89% | 0.93% | - |
| XYZ | 48.28 | 23.9 | 71.88 | - |
| YUV | 111.25 | 191.07 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 223 | 0 | 0.89 | 0.06 | 0.07 | 303.71 | 0.85 | 0.51 |
| Hex | EC | 1A | DF | 0 | 59 | 6 | 7 | 130 | 55 | 33 |
| Octal | 354 | 32 | 337 | 0 | 131 | 6 | 7 | 460 | 125 | 63 |
| Binary | 11101100 | 11010 | 11011111 | 0 | 1011001 | 110 | 111 | 100110000 | 1010101 | 110011 |
Color Harmonies of #EC1ADF
Complementary color
Monochromatic Colors of #EC1ADF
Black with #EC1ADF
Text Example
Text Example
White with #EC1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1ADF; }
p { color: rgb(236,26,223); }
H1.HeaderClassName
{
color: #EC1ADF;
}
.AnyTagClassName
{
color: #EC1ADF;
}
</style>
background-color css
<style>
a { background-color: #EC1ADF; }
a { background-color: rgb(236,26,223); }
div.DivClassName
{
background-color: #EC1ADF;
}
.BgClassName
{
background-color: #EC1ADF;
}
</style>
border-color css
<style>
span { border-color: #EC1ADF; }
span { border-color: rgb(236,26,223); }
td.TdClassName
{
border-color: #EC1ADF;
}
.TagClassName
{
border-color: #EC1ADF;
}
</style>