Shades of Magenta #EC01EB
Tints of Magenta #EC01EB
RGB
CMYK
RGB Variations
Color information
#EC01EB (or 0xEC01EB) is known color: Magenta. HEX triplet: EC, 01 and EB. RGB value is (236,1,235). Sum of RGB (Red+Green+Blue) = 236+1+235=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01EB is #13FE14. Grayscale: #616161. Windows color (decimal): -1310229 or 15401452. OLE color: 15401452.
HSL color Cylindrical-coordinate representation of color #EC01EB: hue angle of 300.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01EB is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 235 | - |
| CMYK | 0 | 1.00 | 0.00 | 0.07 |
| HSL | 300.26º | 0.99% | 0.46% | - |
| HSV(B) | 300.26º | 1% | 0.93% | - |
| XYZ | 49.6 | 23.85 | 80.59 | - |
| YUV | 97.94 | 205.36 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 235 | 0 | 1.00 | 0.00 | 0.07 | 300.26 | 0.99 | 0.46 |
| Hex | EC | 1 | EB | 0 | 64 | 0 | 7 | 12C | 63 | 2E |
| Octal | 354 | 1 | 353 | 0 | 144 | 0 | 7 | 454 | 143 | 56 |
| Binary | 11101100 | 1 | 11101011 | 0 | 1100100 | 0 | 111 | 100101100 | 1100011 | 101110 |
Color Harmonies of #EC01EB
Complementary color
Monochromatic Colors of #EC01EB
Black with #EC01EB
Text Example
Text Example
White with #EC01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01EB; }
p { color: rgb(236,1,235); }
H1.HeaderClassName
{
color: #EC01EB;
}
.AnyTagClassName
{
color: #EC01EB;
}
</style>
background-color css
<style>
a { background-color: #EC01EB; }
a { background-color: rgb(236,1,235); }
div.DivClassName
{
background-color: #EC01EB;
}
.BgClassName
{
background-color: #EC01EB;
}
</style>
border-color css
<style>
span { border-color: #EC01EB; }
span { border-color: rgb(236,1,235); }
td.TdClassName
{
border-color: #EC01EB;
}
.TagClassName
{
border-color: #EC01EB;
}
</style>