Shades of Magenta #EE20EC
Tints of Magenta #EE20EC
RGB
CMYK
RGB Variations
Color information
#EE20EC (or 0xEE20EC) is known color: Magenta. HEX triplet: EE, 20 and EC. RGB value is (238,32,236). Sum of RGB (Red+Green+Blue) = 238+32+236=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20EC is #11DF13. Grayscale: #747474. Windows color (decimal): -1171220 or 15474926. OLE color: 15474926.
HSL color Cylindrical-coordinate representation of color #EE20EC: hue angle of 300.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20EC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 236 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.07 |
| HSL | 300.58º | 0.86% | 0.53% | - |
| HSV(B) | 300.58º | 0.87% | 0.93% | - |
| XYZ | 50.92 | 25.27 | 81.55 | - |
| YUV | 116.85 | 195.25 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 236 | 0 | 0.87 | 0.01 | 0.07 | 300.58 | 0.86 | 0.53 |
| Hex | EE | 20 | EC | 0 | 57 | 1 | 7 | 12D | 56 | 35 |
| Octal | 356 | 40 | 354 | 0 | 127 | 1 | 7 | 455 | 126 | 65 |
| Binary | 11101110 | 100000 | 11101100 | 0 | 1010111 | 1 | 111 | 100101101 | 1010110 | 110101 |
Color Harmonies of #EE20EC
Complementary color
Monochromatic Colors of #EE20EC
Black with #EE20EC
Text Example
Text Example
White with #EE20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20EC; }
p { color: rgb(238,32,236); }
H1.HeaderClassName
{
color: #EE20EC;
}
.AnyTagClassName
{
color: #EE20EC;
}
</style>
background-color css
<style>
a { background-color: #EE20EC; }
a { background-color: rgb(238,32,236); }
div.DivClassName
{
background-color: #EE20EC;
}
.BgClassName
{
background-color: #EE20EC;
}
</style>
border-color css
<style>
span { border-color: #EE20EC; }
span { border-color: rgb(238,32,236); }
td.TdClassName
{
border-color: #EE20EC;
}
.TagClassName
{
border-color: #EE20EC;
}
</style>