Shades of Magenta #EC0DEA
Tints of Magenta #EC0DEA
RGB
CMYK
RGB Variations
Color information
#EC0DEA (or 0xEC0DEA) is known color: Magenta. HEX triplet: EC, 0D and EA. RGB value is (236,13,234). Sum of RGB (Red+Green+Blue) = 236+13+234=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DEA is #13F215. Grayscale: #686868. Windows color (decimal): -1307158 or 15338988. OLE color: 15338988.
HSL color Cylindrical-coordinate representation of color #EC0DEA: hue angle of 300.54º degrees, saturation: 0.9, 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 #EC0DEA is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 234 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.07 |
| HSL | 300.54º | 0.9% | 0.49% | - |
| HSV(B) | 300.54º | 0.94% | 0.93% | - |
| XYZ | 49.59 | 24.06 | 79.87 | - |
| YUV | 104.87 | 200.88 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 234 | 0 | 0.94 | 0.01 | 0.07 | 300.54 | 0.9 | 0.49 |
| Hex | EC | D | EA | 0 | 5E | 1 | 7 | 12D | 5A | 31 |
| Octal | 354 | 15 | 352 | 0 | 136 | 1 | 7 | 455 | 132 | 61 |
| Binary | 11101100 | 1101 | 11101010 | 0 | 1011110 | 1 | 111 | 100101101 | 1011010 | 110001 |
Color Harmonies of #EC0DEA
Complementary color
Monochromatic Colors of #EC0DEA
Black with #EC0DEA
Text Example
Text Example
White with #EC0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DEA; }
p { color: rgb(236,13,234); }
H1.HeaderClassName
{
color: #EC0DEA;
}
.AnyTagClassName
{
color: #EC0DEA;
}
</style>
background-color css
<style>
a { background-color: #EC0DEA; }
a { background-color: rgb(236,13,234); }
div.DivClassName
{
background-color: #EC0DEA;
}
.BgClassName
{
background-color: #EC0DEA;
}
</style>
border-color css
<style>
span { border-color: #EC0DEA; }
span { border-color: rgb(236,13,234); }
td.TdClassName
{
border-color: #EC0DEA;
}
.TagClassName
{
border-color: #EC0DEA;
}
</style>