Shades of Hot Magenta #EC02DA
Tints of Hot Magenta #EC02DA
RGB
CMYK
RGB Variations
Color information
#EC02DA (or 0xEC02DA) is known color: Hot Magenta. HEX triplet: EC, 02 and DA. RGB value is (236,2,218). Sum of RGB (Red+Green+Blue) = 236+2+218=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02DA is #13FD25. Grayscale: #5F5F5F. Windows color (decimal): -1309990 or 14287596. OLE color: 14287596.
HSL color Cylindrical-coordinate representation of color #EC02DA: hue angle of 304.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02DA is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.07 |
| HSL | 304.62º | 0.98% | 0.47% | - |
| HSV(B) | 304.62º | 0.99% | 0.93% | - |
| XYZ | 47.27 | 22.94 | 68.27 | - |
| YUV | 96.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 218 | 0 | 0.99 | 0.08 | 0.07 | 304.62 | 0.98 | 0.47 |
| Hex | EC | 2 | DA | 0 | 63 | 8 | 7 | 131 | 62 | 2F |
| Octal | 354 | 2 | 332 | 0 | 143 | 10 | 7 | 461 | 142 | 57 |
| Binary | 11101100 | 10 | 11011010 | 0 | 1100011 | 1000 | 111 | 100110001 | 1100010 | 101111 |
Color Harmonies of #EC02DA
Complementary color
Monochromatic Colors of #EC02DA
Black with #EC02DA
Text Example
Text Example
White with #EC02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02DA; }
p { color: rgb(236,2,218); }
H1.HeaderClassName
{
color: #EC02DA;
}
.AnyTagClassName
{
color: #EC02DA;
}
</style>
background-color css
<style>
a { background-color: #EC02DA; }
a { background-color: rgb(236,2,218); }
div.DivClassName
{
background-color: #EC02DA;
}
.BgClassName
{
background-color: #EC02DA;
}
</style>
border-color css
<style>
span { border-color: #EC02DA; }
span { border-color: rgb(236,2,218); }
td.TdClassName
{
border-color: #EC02DA;
}
.TagClassName
{
border-color: #EC02DA;
}
</style>