Shades of Hot Magenta #EC09DA
Tints of Hot Magenta #EC09DA
RGB
CMYK
RGB Variations
Color information
#EC09DA (or 0xEC09DA) is known color: Hot Magenta. HEX triplet: EC, 09 and DA. RGB value is (236,9,218). Sum of RGB (Red+Green+Blue) = 236+9+218=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09DA is #13F625. Grayscale: #646464. Windows color (decimal): -1308198 or 14289388. OLE color: 14289388.
HSL color Cylindrical-coordinate representation of color #EC09DA: hue angle of 304.76º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09DA is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 218 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.07 |
| HSL | 304.76º | 0.93% | 0.48% | - |
| HSV(B) | 304.76º | 0.96% | 0.93% | - |
| XYZ | 47.34 | 23.09 | 68.29 | - |
| YUV | 100.7 | 194.21 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 218 | 0 | 0.96 | 0.08 | 0.07 | 304.76 | 0.93 | 0.48 |
| Hex | EC | 9 | DA | 0 | 60 | 8 | 7 | 131 | 5D | 30 |
| Octal | 354 | 11 | 332 | 0 | 140 | 10 | 7 | 461 | 135 | 60 |
| Binary | 11101100 | 1001 | 11011010 | 0 | 1100000 | 1000 | 111 | 100110001 | 1011101 | 110000 |
Color Harmonies of #EC09DA
Complementary color
Monochromatic Colors of #EC09DA
Black with #EC09DA
Text Example
Text Example
White with #EC09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09DA; }
p { color: rgb(236,9,218); }
H1.HeaderClassName
{
color: #EC09DA;
}
.AnyTagClassName
{
color: #EC09DA;
}
</style>
background-color css
<style>
a { background-color: #EC09DA; }
a { background-color: rgb(236,9,218); }
div.DivClassName
{
background-color: #EC09DA;
}
.BgClassName
{
background-color: #EC09DA;
}
</style>
border-color css
<style>
span { border-color: #EC09DA; }
span { border-color: rgb(236,9,218); }
td.TdClassName
{
border-color: #EC09DA;
}
.TagClassName
{
border-color: #EC09DA;
}
</style>