Shades of Magenta #EE32FA
Tints of Magenta #EE32FA
RGB
CMYK
RGB Variations
Color information
#EE32FA (or 0xEE32FA) is known color: Magenta. HEX triplet: EE, 32 and FA. RGB value is (238,50,250). Sum of RGB (Red+Green+Blue) = 238+50+250=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 50 (19.92% from 255 or 9.29% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE32FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32FA is #11CD05. Grayscale: #808080. Windows color (decimal): -1166598 or 16397038. OLE color: 16397038.
HSL color Cylindrical-coordinate representation of color #EE32FA: hue angle of 296.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE32FA is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 50 | 250 | - |
| CMYK | 0.05 | 0.8 | 0 | 0.02 |
| HSL | 296.4º | 0.95% | 0.59% | - |
| HSV(B) | 296.4º | 0.8% | 0.98% | - |
| XYZ | 53.66 | 27.36 | 92.9 | - |
| YUV | 129.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 250 | 0.05 | 0.8 | 0 | 0.02 | 296.4 | 0.95 | 0.59 |
| Hex | EE | 32 | FA | 5 | 50 | 0 | 2 | 128 | 5F | 3B |
| Octal | 356 | 62 | 372 | 5 | 120 | 0 | 2 | 450 | 137 | 73 |
| Binary | 11101110 | 110010 | 11111010 | 101 | 1010000 | 0 | 10 | 100101000 | 1011111 | 111011 |
Color Harmonies of #EE32FA
Complementary color
Monochromatic Colors of #EE32FA
Black with #EE32FA
Text Example
Text Example
White with #EE32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32FA; }
p { color: rgb(238,50,250); }
H1.HeaderClassName
{
color: #EE32FA;
}
.AnyTagClassName
{
color: #EE32FA;
}
</style>
background-color css
<style>
a { background-color: #EE32FA; }
a { background-color: rgb(238,50,250); }
div.DivClassName
{
background-color: #EE32FA;
}
.BgClassName
{
background-color: #EE32FA;
}
</style>
border-color css
<style>
span { border-color: #EE32FA; }
span { border-color: rgb(238,50,250); }
td.TdClassName
{
border-color: #EE32FA;
}
.TagClassName
{
border-color: #EE32FA;
}
</style>