Shades of Magenta #ED06EC
Tints of Magenta #ED06EC
RGB
CMYK
RGB Variations
Color information
#ED06EC (or 0xED06EC) is known color: Magenta. HEX triplet: ED, 06 and EC. RGB value is (237,6,236). Sum of RGB (Red+Green+Blue) = 237+6+236=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06EC is #12F913. Grayscale: #646464. Windows color (decimal): -1243412 or 15468269. OLE color: 15468269.
HSL color Cylindrical-coordinate representation of color #ED06EC: hue angle of 300.26º degrees, saturation: 0.95, 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 #ED06EC is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 236 | - |
| CMYK | 0 | 0.97 | 0.00 | 0.07 |
| HSL | 300.26º | 0.95% | 0.48% | - |
| HSV(B) | 300.26º | 0.97% | 0.93% | - |
| XYZ | 50.13 | 24.19 | 81.38 | - |
| YUV | 101.29 | 204.03 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 236 | 0 | 0.97 | 0.00 | 0.07 | 300.26 | 0.95 | 0.48 |
| Hex | ED | 6 | EC | 0 | 61 | 0 | 7 | 12C | 5F | 30 |
| Octal | 355 | 6 | 354 | 0 | 141 | 0 | 7 | 454 | 137 | 60 |
| Binary | 11101101 | 110 | 11101100 | 0 | 1100001 | 0 | 111 | 100101100 | 1011111 | 110000 |
Color Harmonies of #ED06EC
Complementary color
Monochromatic Colors of #ED06EC
Black with #ED06EC
Text Example
Text Example
White with #ED06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06EC; }
p { color: rgb(237,6,236); }
H1.HeaderClassName
{
color: #ED06EC;
}
.AnyTagClassName
{
color: #ED06EC;
}
</style>
background-color css
<style>
a { background-color: #ED06EC; }
a { background-color: rgb(237,6,236); }
div.DivClassName
{
background-color: #ED06EC;
}
.BgClassName
{
background-color: #ED06EC;
}
</style>
border-color css
<style>
span { border-color: #ED06EC; }
span { border-color: rgb(237,6,236); }
td.TdClassName
{
border-color: #ED06EC;
}
.TagClassName
{
border-color: #ED06EC;
}
</style>