Shades of Magenta #EC1FEA
Tints of Magenta #EC1FEA
RGB
CMYK
RGB Variations
Color information
#EC1FEA (or 0xEC1FEA) is known color: Magenta. HEX triplet: EC, 1F and EA. RGB value is (236,31,234). Sum of RGB (Red+Green+Blue) = 236+31+234=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 31 (12.5% from 255 or 6.19% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FEA is #13E015. Grayscale: #727272. Windows color (decimal): -1302550 or 15343596. OLE color: 15343596.
HSL color Cylindrical-coordinate representation of color #EC1FEA: hue angle of 300.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FEA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 234 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.07 |
| HSL | 300.59º | 0.84% | 0.52% | - |
| HSV(B) | 300.59º | 0.87% | 0.93% | - |
| XYZ | 49.93 | 24.75 | 79.99 | - |
| YUV | 115.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 234 | 0 | 0.87 | 0.01 | 0.07 | 300.59 | 0.84 | 0.52 |
| Hex | EC | 1F | EA | 0 | 57 | 1 | 7 | 12D | 54 | 34 |
| Octal | 354 | 37 | 352 | 0 | 127 | 1 | 7 | 455 | 124 | 64 |
| Binary | 11101100 | 11111 | 11101010 | 0 | 1010111 | 1 | 111 | 100101101 | 1010100 | 110100 |
Color Harmonies of #EC1FEA
Complementary color
Monochromatic Colors of #EC1FEA
Black with #EC1FEA
Text Example
Text Example
White with #EC1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FEA; }
p { color: rgb(236,31,234); }
H1.HeaderClassName
{
color: #EC1FEA;
}
.AnyTagClassName
{
color: #EC1FEA;
}
</style>
background-color css
<style>
a { background-color: #EC1FEA; }
a { background-color: rgb(236,31,234); }
div.DivClassName
{
background-color: #EC1FEA;
}
.BgClassName
{
background-color: #EC1FEA;
}
</style>
border-color css
<style>
span { border-color: #EC1FEA; }
span { border-color: rgb(236,31,234); }
td.TdClassName
{
border-color: #EC1FEA;
}
.TagClassName
{
border-color: #EC1FEA;
}
</style>