Shades of Hot Magenta #EC0FE1
Tints of Hot Magenta #EC0FE1
RGB
CMYK
RGB Variations
Color information
#EC0FE1 (or 0xEC0FE1) is known color: Hot Magenta. HEX triplet: EC, 0F and E1. RGB value is (236,15,225). Sum of RGB (Red+Green+Blue) = 236+15+225=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FE1 is #13F01E. Grayscale: #686868. Windows color (decimal): -1306655 or 14749676. OLE color: 14749676.
HSL color Cylindrical-coordinate representation of color #EC0FE1: hue angle of 302.99º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FE1 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 225 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.07 |
| HSL | 302.99º | 0.88% | 0.49% | - |
| HSV(B) | 302.99º | 0.94% | 0.93% | - |
| XYZ | 48.35 | 23.61 | 73.24 | - |
| YUV | 105.02 | 195.72 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 225 | 0 | 0.94 | 0.05 | 0.07 | 302.99 | 0.88 | 0.49 |
| Hex | EC | F | E1 | 0 | 5E | 5 | 7 | 12F | 58 | 31 |
| Octal | 354 | 17 | 341 | 0 | 136 | 5 | 7 | 457 | 130 | 61 |
| Binary | 11101100 | 1111 | 11100001 | 0 | 1011110 | 101 | 111 | 100101111 | 1011000 | 110001 |
Color Harmonies of #EC0FE1
Complementary color
Monochromatic Colors of #EC0FE1
Black with #EC0FE1
Text Example
Text Example
White with #EC0FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FE1; }
p { color: rgb(236,15,225); }
H1.HeaderClassName
{
color: #EC0FE1;
}
.AnyTagClassName
{
color: #EC0FE1;
}
</style>
background-color css
<style>
a { background-color: #EC0FE1; }
a { background-color: rgb(236,15,225); }
div.DivClassName
{
background-color: #EC0FE1;
}
.BgClassName
{
background-color: #EC0FE1;
}
</style>
border-color css
<style>
span { border-color: #EC0FE1; }
span { border-color: rgb(236,15,225); }
td.TdClassName
{
border-color: #EC0FE1;
}
.TagClassName
{
border-color: #EC0FE1;
}
</style>