Shades of Magenta #EE29FA
Tints of Magenta #EE29FA
RGB
CMYK
RGB Variations
Color information
#EE29FA (or 0xEE29FA) is known color: Magenta. HEX triplet: EE, 29 and FA. RGB value is (238,41,250). Sum of RGB (Red+Green+Blue) = 238+41+250=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29FA is #11D605. Grayscale: #7B7B7B. Windows color (decimal): -1168902 or 16394734. OLE color: 16394734.
HSL color Cylindrical-coordinate representation of color #EE29FA: hue angle of 296.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE29FA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 41 | 250 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.02 |
| HSL | 296.56º | 0.95% | 0.57% | - |
| HSV(B) | 296.56º | 0.84% | 0.98% | - |
| XYZ | 53.31 | 26.67 | 92.78 | - |
| YUV | 123.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 250 | 0.05 | 0.84 | 0 | 0.02 | 296.56 | 0.95 | 0.57 |
| Hex | EE | 29 | FA | 5 | 54 | 0 | 2 | 129 | 5F | 39 |
| Octal | 356 | 51 | 372 | 5 | 124 | 0 | 2 | 451 | 137 | 71 |
| Binary | 11101110 | 101001 | 11111010 | 101 | 1010100 | 0 | 10 | 100101001 | 1011111 | 111001 |
Color Harmonies of #EE29FA
Complementary color
Monochromatic Colors of #EE29FA
Black with #EE29FA
Text Example
Text Example
White with #EE29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29FA; }
p { color: rgb(238,41,250); }
H1.HeaderClassName
{
color: #EE29FA;
}
.AnyTagClassName
{
color: #EE29FA;
}
</style>
background-color css
<style>
a { background-color: #EE29FA; }
a { background-color: rgb(238,41,250); }
div.DivClassName
{
background-color: #EE29FA;
}
.BgClassName
{
background-color: #EE29FA;
}
</style>
border-color css
<style>
span { border-color: #EE29FA; }
span { border-color: rgb(238,41,250); }
td.TdClassName
{
border-color: #EE29FA;
}
.TagClassName
{
border-color: #EE29FA;
}
</style>