Shades of Magenta #EC15EA
Tints of Magenta #EC15EA
RGB
CMYK
RGB Variations
Color information
#EC15EA (or 0xEC15EA) is known color: Magenta. HEX triplet: EC, 15 and EA. RGB value is (236,21,234). Sum of RGB (Red+Green+Blue) = 236+21+234=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15EA is #13EA15. Grayscale: #6C6C6C. Windows color (decimal): -1305110 or 15341036. OLE color: 15341036.
HSL color Cylindrical-coordinate representation of color #EC15EA: hue angle of 300.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15EA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 234 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.07 |
| HSL | 300.56º | 0.85% | 0.5% | - |
| HSV(B) | 300.56º | 0.91% | 0.93% | - |
| XYZ | 49.71 | 24.31 | 79.91 | - |
| YUV | 109.57 | 198.23 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 234 | 0 | 0.91 | 0.01 | 0.07 | 300.56 | 0.85 | 0.5 |
| Hex | EC | 15 | EA | 0 | 5B | 1 | 7 | 12D | 55 | 32 |
| Octal | 354 | 25 | 352 | 0 | 133 | 1 | 7 | 455 | 125 | 62 |
| Binary | 11101100 | 10101 | 11101010 | 0 | 1011011 | 1 | 111 | 100101101 | 1010101 | 110010 |
Color Harmonies of #EC15EA
Complementary color
Monochromatic Colors of #EC15EA
Black with #EC15EA
Text Example
Text Example
White with #EC15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15EA; }
p { color: rgb(236,21,234); }
H1.HeaderClassName
{
color: #EC15EA;
}
.AnyTagClassName
{
color: #EC15EA;
}
</style>
background-color css
<style>
a { background-color: #EC15EA; }
a { background-color: rgb(236,21,234); }
div.DivClassName
{
background-color: #EC15EA;
}
.BgClassName
{
background-color: #EC15EA;
}
</style>
border-color css
<style>
span { border-color: #EC15EA; }
span { border-color: rgb(236,21,234); }
td.TdClassName
{
border-color: #EC15EA;
}
.TagClassName
{
border-color: #EC15EA;
}
</style>