Shades of Magenta #EC13EB
Tints of Magenta #EC13EB
RGB
CMYK
RGB Variations
Color information
#EC13EB (or 0xEC13EB) is known color: Magenta. HEX triplet: EC, 13 and EB. RGB value is (236,19,235). Sum of RGB (Red+Green+Blue) = 236+19+235=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13EB is #13EC14. Grayscale: #6B6B6B. Windows color (decimal): -1305621 or 15406060. OLE color: 15406060.
HSL color Cylindrical-coordinate representation of color #EC13EB: hue angle of 300.28º degrees, saturation: 0.85, 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 #EC13EB is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 235 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.07 |
| HSL | 300.28º | 0.85% | 0.5% | - |
| HSV(B) | 300.28º | 0.92% | 0.93% | - |
| XYZ | 49.82 | 24.3 | 80.66 | - |
| YUV | 108.51 | 199.39 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 235 | 0 | 0.92 | 0.00 | 0.07 | 300.28 | 0.85 | 0.5 |
| Hex | EC | 13 | EB | 0 | 5C | 0 | 7 | 12C | 55 | 32 |
| Octal | 354 | 23 | 353 | 0 | 134 | 0 | 7 | 454 | 125 | 62 |
| Binary | 11101100 | 10011 | 11101011 | 0 | 1011100 | 0 | 111 | 100101100 | 1010101 | 110010 |
Color Harmonies of #EC13EB
Complementary color
Monochromatic Colors of #EC13EB
Black with #EC13EB
Text Example
Text Example
White with #EC13EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC13EB; }
p { color: rgb(236,19,235); }
H1.HeaderClassName
{
color: #EC13EB;
}
.AnyTagClassName
{
color: #EC13EB;
}
</style>
background-color css
<style>
a { background-color: #EC13EB; }
a { background-color: rgb(236,19,235); }
div.DivClassName
{
background-color: #EC13EB;
}
.BgClassName
{
background-color: #EC13EB;
}
</style>
border-color css
<style>
span { border-color: #EC13EB; }
span { border-color: rgb(236,19,235); }
td.TdClassName
{
border-color: #EC13EB;
}
.TagClassName
{
border-color: #EC13EB;
}
</style>