Shades of Magenta #EE21EC
Tints of Magenta #EE21EC
RGB
CMYK
RGB Variations
Color information
#EE21EC (or 0xEE21EC) is known color: Magenta. HEX triplet: EE, 21 and EC. RGB value is (238,33,236). Sum of RGB (Red+Green+Blue) = 238+33+236=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 33 (13.28% from 255 or 6.51% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE21EC is #11DE13. Grayscale: #747474. Windows color (decimal): -1170964 or 15475182. OLE color: 15475182.
HSL color Cylindrical-coordinate representation of color #EE21EC: hue angle of 300.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE21EC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 236 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.07 |
| HSL | 300.59º | 0.86% | 0.53% | - |
| HSV(B) | 300.59º | 0.86% | 0.93% | - |
| XYZ | 50.94 | 25.32 | 81.56 | - |
| YUV | 117.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 236 | 0 | 0.86 | 0.01 | 0.07 | 300.59 | 0.86 | 0.53 |
| Hex | EE | 21 | EC | 0 | 56 | 1 | 7 | 12D | 56 | 35 |
| Octal | 356 | 41 | 354 | 0 | 126 | 1 | 7 | 455 | 126 | 65 |
| Binary | 11101110 | 100001 | 11101100 | 0 | 1010110 | 1 | 111 | 100101101 | 1010110 | 110101 |
Color Harmonies of #EE21EC
Complementary color
Monochromatic Colors of #EE21EC
Black with #EE21EC
Text Example
Text Example
White with #EE21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21EC; }
p { color: rgb(238,33,236); }
H1.HeaderClassName
{
color: #EE21EC;
}
.AnyTagClassName
{
color: #EE21EC;
}
</style>
background-color css
<style>
a { background-color: #EE21EC; }
a { background-color: rgb(238,33,236); }
div.DivClassName
{
background-color: #EE21EC;
}
.BgClassName
{
background-color: #EE21EC;
}
</style>
border-color css
<style>
span { border-color: #EE21EC; }
span { border-color: rgb(238,33,236); }
td.TdClassName
{
border-color: #EE21EC;
}
.TagClassName
{
border-color: #EE21EC;
}
</style>