Shades of Magenta #EC02E5
Tints of Magenta #EC02E5
RGB
CMYK
RGB Variations
Color information
#EC02E5 (or 0xEC02E5) is known color: Magenta. HEX triplet: EC, 02 and E5. RGB value is (236,2,229). Sum of RGB (Red+Green+Blue) = 236+2+229=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02E5 is #13FD1A. Grayscale: #616161. Windows color (decimal): -1309979 or 15008492. OLE color: 15008492.
HSL color Cylindrical-coordinate representation of color #EC02E5: hue angle of 301.79º 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 #EC02E5 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 229 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.07 |
| HSL | 301.79º | 0.98% | 0.47% | - |
| HSV(B) | 301.79º | 0.99% | 0.93% | - |
| XYZ | 48.76 | 23.53 | 76.1 | - |
| YUV | 97.84 | 202.02 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 229 | 0 | 0.99 | 0.03 | 0.07 | 301.79 | 0.98 | 0.47 |
| Hex | EC | 2 | E5 | 0 | 63 | 3 | 7 | 12E | 62 | 2F |
| Octal | 354 | 2 | 345 | 0 | 143 | 3 | 7 | 456 | 142 | 57 |
| Binary | 11101100 | 10 | 11100101 | 0 | 1100011 | 11 | 111 | 100101110 | 1100010 | 101111 |
Color Harmonies of #EC02E5
Complementary color
Monochromatic Colors of #EC02E5
Black with #EC02E5
Text Example
Text Example
White with #EC02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02E5; }
p { color: rgb(236,2,229); }
H1.HeaderClassName
{
color: #EC02E5;
}
.AnyTagClassName
{
color: #EC02E5;
}
</style>
background-color css
<style>
a { background-color: #EC02E5; }
a { background-color: rgb(236,2,229); }
div.DivClassName
{
background-color: #EC02E5;
}
.BgClassName
{
background-color: #EC02E5;
}
</style>
border-color css
<style>
span { border-color: #EC02E5; }
span { border-color: rgb(236,2,229); }
td.TdClassName
{
border-color: #EC02E5;
}
.TagClassName
{
border-color: #EC02E5;
}
</style>