Shades of Hot Magenta #EC09DF
Tints of Hot Magenta #EC09DF
RGB
CMYK
RGB Variations
Color information
#EC09DF (or 0xEC09DF) is known color: Hot Magenta. HEX triplet: EC, 09 and DF. RGB value is (236,9,223). Sum of RGB (Red+Green+Blue) = 236+9+223=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09DF is #13F620. Grayscale: #646464. Windows color (decimal): -1308193 or 14617068. OLE color: 14617068.
HSL color Cylindrical-coordinate representation of color #EC09DF: hue angle of 303.44º 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 #EC09DF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.07 |
| HSL | 303.44º | 0.93% | 0.48% | - |
| HSV(B) | 303.44º | 0.96% | 0.93% | - |
| XYZ | 48.01 | 23.36 | 71.79 | - |
| YUV | 101.27 | 196.71 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 223 | 0 | 0.96 | 0.06 | 0.07 | 303.44 | 0.93 | 0.48 |
| Hex | EC | 9 | DF | 0 | 60 | 6 | 7 | 12F | 5D | 30 |
| Octal | 354 | 11 | 337 | 0 | 140 | 6 | 7 | 457 | 135 | 60 |
| Binary | 11101100 | 1001 | 11011111 | 0 | 1100000 | 110 | 111 | 100101111 | 1011101 | 110000 |
Color Harmonies of #EC09DF
Complementary color
Monochromatic Colors of #EC09DF
Black with #EC09DF
Text Example
Text Example
White with #EC09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09DF; }
p { color: rgb(236,9,223); }
H1.HeaderClassName
{
color: #EC09DF;
}
.AnyTagClassName
{
color: #EC09DF;
}
</style>
background-color css
<style>
a { background-color: #EC09DF; }
a { background-color: rgb(236,9,223); }
div.DivClassName
{
background-color: #EC09DF;
}
.BgClassName
{
background-color: #EC09DF;
}
</style>
border-color css
<style>
span { border-color: #EC09DF; }
span { border-color: rgb(236,9,223); }
td.TdClassName
{
border-color: #EC09DF;
}
.TagClassName
{
border-color: #EC09DF;
}
</style>