Shades of Magenta #EC12EA
Tints of Magenta #EC12EA
RGB
CMYK
RGB Variations
Color information
#EC12EA (or 0xEC12EA) is known color: Magenta. HEX triplet: EC, 12 and EA. RGB value is (236,18,234). Sum of RGB (Red+Green+Blue) = 236+18+234=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12EA is #13ED15. Grayscale: #6B6B6B. Windows color (decimal): -1305878 or 15340268. OLE color: 15340268.
HSL color Cylindrical-coordinate representation of color #EC12EA: hue angle of 300.55º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12EA is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 234 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.07 |
| HSL | 300.55º | 0.86% | 0.5% | - |
| HSV(B) | 300.55º | 0.92% | 0.93% | - |
| XYZ | 49.66 | 24.21 | 79.9 | - |
| YUV | 107.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 234 | 0 | 0.92 | 0.01 | 0.07 | 300.55 | 0.86 | 0.5 |
| Hex | EC | 12 | EA | 0 | 5C | 1 | 7 | 12D | 56 | 32 |
| Octal | 354 | 22 | 352 | 0 | 134 | 1 | 7 | 455 | 126 | 62 |
| Binary | 11101100 | 10010 | 11101010 | 0 | 1011100 | 1 | 111 | 100101101 | 1010110 | 110010 |
Color Harmonies of #EC12EA
Complementary color
Monochromatic Colors of #EC12EA
Black with #EC12EA
Text Example
Text Example
White with #EC12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12EA; }
p { color: rgb(236,18,234); }
H1.HeaderClassName
{
color: #EC12EA;
}
.AnyTagClassName
{
color: #EC12EA;
}
</style>
background-color css
<style>
a { background-color: #EC12EA; }
a { background-color: rgb(236,18,234); }
div.DivClassName
{
background-color: #EC12EA;
}
.BgClassName
{
background-color: #EC12EA;
}
</style>
border-color css
<style>
span { border-color: #EC12EA; }
span { border-color: rgb(236,18,234); }
td.TdClassName
{
border-color: #EC12EA;
}
.TagClassName
{
border-color: #EC12EA;
}
</style>