Shades of Magenta #EC0DEB
Tints of Magenta #EC0DEB
RGB
CMYK
RGB Variations
Color information
#EC0DEB (or 0xEC0DEB) is known color: Magenta. HEX triplet: EC, 0D and EB. RGB value is (236,13,235). Sum of RGB (Red+Green+Blue) = 236+13+235=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 13 (5.47% from 255 or 2.69% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DEB is #13F214. Grayscale: #686868. Windows color (decimal): -1307157 or 15404524. OLE color: 15404524.
HSL color Cylindrical-coordinate representation of color #EC0DEB: hue angle of 300.27º 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 #EC0DEB is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 235 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.07 |
| HSL | 300.27º | 0.9% | 0.49% | - |
| HSV(B) | 300.27º | 0.94% | 0.93% | - |
| XYZ | 49.73 | 24.12 | 80.63 | - |
| YUV | 104.99 | 201.38 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 235 | 0 | 0.94 | 0.00 | 0.07 | 300.27 | 0.9 | 0.49 |
| Hex | EC | D | EB | 0 | 5E | 0 | 7 | 12C | 5A | 31 |
| Octal | 354 | 15 | 353 | 0 | 136 | 0 | 7 | 454 | 132 | 61 |
| Binary | 11101100 | 1101 | 11101011 | 0 | 1011110 | 0 | 111 | 100101100 | 1011010 | 110001 |
Color Harmonies of #EC0DEB
Complementary color
Monochromatic Colors of #EC0DEB
Black with #EC0DEB
Text Example
Text Example
White with #EC0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DEB; }
p { color: rgb(236,13,235); }
H1.HeaderClassName
{
color: #EC0DEB;
}
.AnyTagClassName
{
color: #EC0DEB;
}
</style>
background-color css
<style>
a { background-color: #EC0DEB; }
a { background-color: rgb(236,13,235); }
div.DivClassName
{
background-color: #EC0DEB;
}
.BgClassName
{
background-color: #EC0DEB;
}
</style>
border-color css
<style>
span { border-color: #EC0DEB; }
span { border-color: rgb(236,13,235); }
td.TdClassName
{
border-color: #EC0DEB;
}
.TagClassName
{
border-color: #EC0DEB;
}
</style>