Shades of Magenta #EE20EF
Tints of Magenta #EE20EF
RGB
CMYK
RGB Variations
Color information
#EE20EF (or 0xEE20EF) is known color: Magenta. HEX triplet: EE, 20 and EF. RGB value is (238,32,239). Sum of RGB (Red+Green+Blue) = 238+32+239=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 32 (12.89% from 255 or 6.29% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE20EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20EF is #11DF10. Grayscale: #747474. Windows color (decimal): -1171217 or 15671534. OLE color: 15671534.
HSL color Cylindrical-coordinate representation of color #EE20EF: hue angle of 299.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20EF is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 32 | 239 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.06 |
| HSL | 299.71º | 0.87% | 0.53% | - |
| HSV(B) | 299.71º | 0.87% | 0.94% | - |
| XYZ | 51.36 | 25.44 | 83.87 | - |
| YUV | 117.19 | 196.75 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 239 | 0.00 | 0.87 | 0 | 0.06 | 299.71 | 0.87 | 0.53 |
| Hex | EE | 20 | EF | 0 | 57 | 0 | 6 | 12C | 57 | 35 |
| Octal | 356 | 40 | 357 | 0 | 127 | 0 | 6 | 454 | 127 | 65 |
| Binary | 11101110 | 100000 | 11101111 | 0 | 1010111 | 0 | 110 | 100101100 | 1010111 | 110101 |
Color Harmonies of #EE20EF
Complementary color
Monochromatic Colors of #EE20EF
Black with #EE20EF
Text Example
Text Example
White with #EE20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20EF; }
p { color: rgb(238,32,239); }
H1.HeaderClassName
{
color: #EE20EF;
}
.AnyTagClassName
{
color: #EE20EF;
}
</style>
background-color css
<style>
a { background-color: #EE20EF; }
a { background-color: rgb(238,32,239); }
div.DivClassName
{
background-color: #EE20EF;
}
.BgClassName
{
background-color: #EE20EF;
}
</style>
border-color css
<style>
span { border-color: #EE20EF; }
span { border-color: rgb(238,32,239); }
td.TdClassName
{
border-color: #EE20EF;
}
.TagClassName
{
border-color: #EE20EF;
}
</style>