Shades of Magenta #EC08EB
Tints of Magenta #EC08EB
RGB
CMYK
RGB Variations
Color information
#EC08EB (or 0xEC08EB) is known color: Magenta. HEX triplet: EC, 08 and EB. RGB value is (236,8,235). Sum of RGB (Red+Green+Blue) = 236+8+235=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 8 (3.52% from 255 or 1.67% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC08EB is #13F714. Grayscale: #656565. Windows color (decimal): -1308437 or 15403244. OLE color: 15403244.
HSL color Cylindrical-coordinate representation of color #EC08EB: hue angle of 300.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08EB is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 235 | - |
| CMYK | 0 | 0.97 | 0.00 | 0.07 |
| HSL | 300.26º | 0.93% | 0.48% | - |
| HSV(B) | 300.26º | 0.97% | 0.93% | - |
| XYZ | 49.67 | 24 | 80.61 | - |
| YUV | 102.05 | 203.04 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 235 | 0 | 0.97 | 0.00 | 0.07 | 300.26 | 0.93 | 0.48 |
| Hex | EC | 8 | EB | 0 | 61 | 0 | 7 | 12C | 5D | 30 |
| Octal | 354 | 10 | 353 | 0 | 141 | 0 | 7 | 454 | 135 | 60 |
| Binary | 11101100 | 1000 | 11101011 | 0 | 1100001 | 0 | 111 | 100101100 | 1011101 | 110000 |
Color Harmonies of #EC08EB
Complementary color
Monochromatic Colors of #EC08EB
Black with #EC08EB
Text Example
Text Example
White with #EC08EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08EB; }
p { color: rgb(236,8,235); }
H1.HeaderClassName
{
color: #EC08EB;
}
.AnyTagClassName
{
color: #EC08EB;
}
</style>
background-color css
<style>
a { background-color: #EC08EB; }
a { background-color: rgb(236,8,235); }
div.DivClassName
{
background-color: #EC08EB;
}
.BgClassName
{
background-color: #EC08EB;
}
</style>
border-color css
<style>
span { border-color: #EC08EB; }
span { border-color: rgb(236,8,235); }
td.TdClassName
{
border-color: #EC08EB;
}
.TagClassName
{
border-color: #EC08EB;
}
</style>