Shades of Magenta #EC06E6
Tints of Magenta #EC06E6
RGB
CMYK
RGB Variations
Color information
#EC06E6 (or 0xEC06E6) is known color: Magenta. HEX triplet: EC, 06 and E6. RGB value is (236,6,230). Sum of RGB (Red+Green+Blue) = 236+6+230=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06E6 is #13F919. Grayscale: #636363. Windows color (decimal): -1308954 or 15075052. OLE color: 15075052.
HSL color Cylindrical-coordinate representation of color #EC06E6: hue angle of 301.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC06E6 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 230 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.07 |
| HSL | 301.57º | 0.95% | 0.47% | - |
| HSV(B) | 301.57º | 0.97% | 0.93% | - |
| XYZ | 48.94 | 23.68 | 76.85 | - |
| YUV | 100.31 | 201.2 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 230 | 0 | 0.97 | 0.03 | 0.07 | 301.57 | 0.95 | 0.47 |
| Hex | EC | 6 | E6 | 0 | 61 | 3 | 7 | 12E | 5F | 2F |
| Octal | 354 | 6 | 346 | 0 | 141 | 3 | 7 | 456 | 137 | 57 |
| Binary | 11101100 | 110 | 11100110 | 0 | 1100001 | 11 | 111 | 100101110 | 1011111 | 101111 |
Color Harmonies of #EC06E6
Complementary color
Monochromatic Colors of #EC06E6
Black with #EC06E6
Text Example
Text Example
White with #EC06E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06E6; }
p { color: rgb(236,6,230); }
H1.HeaderClassName
{
color: #EC06E6;
}
.AnyTagClassName
{
color: #EC06E6;
}
</style>
background-color css
<style>
a { background-color: #EC06E6; }
a { background-color: rgb(236,6,230); }
div.DivClassName
{
background-color: #EC06E6;
}
.BgClassName
{
background-color: #EC06E6;
}
</style>
border-color css
<style>
span { border-color: #EC06E6; }
span { border-color: rgb(236,6,230); }
td.TdClassName
{
border-color: #EC06E6;
}
.TagClassName
{
border-color: #EC06E6;
}
</style>