Shades of Magenta #EE21FA
Tints of Magenta #EE21FA
RGB
CMYK
RGB Variations
Color information
#EE21FA (or 0xEE21FA) is known color: Magenta. HEX triplet: EE, 21 and FA. RGB value is (238,33,250). Sum of RGB (Red+Green+Blue) = 238+33+250=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 33 (13.28% from 255 or 6.33% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE21FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE21FA is #11DE05. Grayscale: #767676. Windows color (decimal): -1170950 or 16392686. OLE color: 16392686.
HSL color Cylindrical-coordinate representation of color #EE21FA: hue angle of 296.68º 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 #EE21FA is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 33 | 250 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.02 |
| HSL | 296.68º | 0.96% | 0.55% | - |
| HSV(B) | 296.68º | 0.87% | 0.98% | - |
| XYZ | 53.06 | 26.17 | 92.7 | - |
| YUV | 119.03 | 201.92 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 250 | 0.05 | 0.87 | 0 | 0.02 | 296.68 | 0.96 | 0.55 |
| Hex | EE | 21 | FA | 5 | 57 | 0 | 2 | 129 | 60 | 37 |
| Octal | 356 | 41 | 372 | 5 | 127 | 0 | 2 | 451 | 140 | 67 |
| Binary | 11101110 | 100001 | 11111010 | 101 | 1010111 | 0 | 10 | 100101001 | 1100000 | 110111 |
Color Harmonies of #EE21FA
Complementary color
Monochromatic Colors of #EE21FA
Black with #EE21FA
Text Example
Text Example
White with #EE21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21FA; }
p { color: rgb(238,33,250); }
H1.HeaderClassName
{
color: #EE21FA;
}
.AnyTagClassName
{
color: #EE21FA;
}
</style>
background-color css
<style>
a { background-color: #EE21FA; }
a { background-color: rgb(238,33,250); }
div.DivClassName
{
background-color: #EE21FA;
}
.BgClassName
{
background-color: #EE21FA;
}
</style>
border-color css
<style>
span { border-color: #EE21FA; }
span { border-color: rgb(238,33,250); }
td.TdClassName
{
border-color: #EE21FA;
}
.TagClassName
{
border-color: #EE21FA;
}
</style>