Shades of Magenta #EC0BE7
Tints of Magenta #EC0BE7
RGB
CMYK
RGB Variations
Color information
#EC0BE7 (or 0xEC0BE7) is known color: Magenta. HEX triplet: EC, 0B and E7. RGB value is (236,11,231). Sum of RGB (Red+Green+Blue) = 236+11+231=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BE7 is #13F418. Grayscale: #666666. Windows color (decimal): -1307673 or 15141868. OLE color: 15141868.
HSL color Cylindrical-coordinate representation of color #EC0BE7: hue angle of 301.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0BE7 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 231 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.07 |
| HSL | 301.33º | 0.91% | 0.48% | - |
| HSV(B) | 301.33º | 0.95% | 0.93% | - |
| XYZ | 49.14 | 23.84 | 77.61 | - |
| YUV | 103.36 | 200.04 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 231 | 0 | 0.95 | 0.02 | 0.07 | 301.33 | 0.91 | 0.48 |
| Hex | EC | B | E7 | 0 | 5F | 2 | 7 | 12D | 5B | 30 |
| Octal | 354 | 13 | 347 | 0 | 137 | 2 | 7 | 455 | 133 | 60 |
| Binary | 11101100 | 1011 | 11100111 | 0 | 1011111 | 10 | 111 | 100101101 | 1011011 | 110000 |
Color Harmonies of #EC0BE7
Complementary color
Monochromatic Colors of #EC0BE7
Black with #EC0BE7
Text Example
Text Example
White with #EC0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BE7; }
p { color: rgb(236,11,231); }
H1.HeaderClassName
{
color: #EC0BE7;
}
.AnyTagClassName
{
color: #EC0BE7;
}
</style>
background-color css
<style>
a { background-color: #EC0BE7; }
a { background-color: rgb(236,11,231); }
div.DivClassName
{
background-color: #EC0BE7;
}
.BgClassName
{
background-color: #EC0BE7;
}
</style>
border-color css
<style>
span { border-color: #EC0BE7; }
span { border-color: rgb(236,11,231); }
td.TdClassName
{
border-color: #EC0BE7;
}
.TagClassName
{
border-color: #EC0BE7;
}
</style>