Shades of Magenta #EE20FA
Tints of Magenta #EE20FA
RGB
CMYK
RGB Variations
Color information
#EE20FA (or 0xEE20FA) is known color: Magenta. HEX triplet: EE, 20 and FA. RGB value is (238,32,250). Sum of RGB (Red+Green+Blue) = 238+32+250=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 32 (12.89% from 255 or 6.15% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE20FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20FA is #11DF05. Grayscale: #757575. Windows color (decimal): -1171206 or 16392430. OLE color: 16392430.
HSL color Cylindrical-coordinate representation of color #EE20FA: hue angle of 296.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20FA is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 32 | 250 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.02 |
| HSL | 296.7º | 0.96% | 0.55% | - |
| HSV(B) | 296.7º | 0.87% | 0.98% | - |
| XYZ | 53.03 | 26.11 | 92.69 | - |
| YUV | 118.45 | 202.25 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 250 | 0.05 | 0.87 | 0 | 0.02 | 296.7 | 0.96 | 0.55 |
| Hex | EE | 20 | FA | 5 | 57 | 0 | 2 | 129 | 60 | 37 |
| Octal | 356 | 40 | 372 | 5 | 127 | 0 | 2 | 451 | 140 | 67 |
| Binary | 11101110 | 100000 | 11111010 | 101 | 1010111 | 0 | 10 | 100101001 | 1100000 | 110111 |
Color Harmonies of #EE20FA
Complementary color
Monochromatic Colors of #EE20FA
Black with #EE20FA
Text Example
Text Example
White with #EE20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20FA; }
p { color: rgb(238,32,250); }
H1.HeaderClassName
{
color: #EE20FA;
}
.AnyTagClassName
{
color: #EE20FA;
}
</style>
background-color css
<style>
a { background-color: #EE20FA; }
a { background-color: rgb(238,32,250); }
div.DivClassName
{
background-color: #EE20FA;
}
.BgClassName
{
background-color: #EE20FA;
}
</style>
border-color css
<style>
span { border-color: #EE20FA; }
span { border-color: rgb(238,32,250); }
td.TdClassName
{
border-color: #EE20FA;
}
.TagClassName
{
border-color: #EE20FA;
}
</style>