Shades of Magenta #EE1EFA
Tints of Magenta #EE1EFA
RGB
CMYK
RGB Variations
Color information
#EE1EFA (or 0xEE1EFA) is known color: Magenta. HEX triplet: EE, 1E and FA. RGB value is (238,30,250). Sum of RGB (Red+Green+Blue) = 238+30+250=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE1EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EFA is #11E105. Grayscale: #747474. Windows color (decimal): -1171718 or 16391918. OLE color: 16391918.
HSL color Cylindrical-coordinate representation of color #EE1EFA: hue angle of 296.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EFA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 30 | 250 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.02 |
| HSL | 296.73º | 0.96% | 0.55% | - |
| HSV(B) | 296.73º | 0.88% | 0.98% | - |
| XYZ | 52.98 | 26.01 | 92.67 | - |
| YUV | 117.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 250 | 0.05 | 0.88 | 0 | 0.02 | 296.73 | 0.96 | 0.55 |
| Hex | EE | 1E | FA | 5 | 58 | 0 | 2 | 129 | 60 | 37 |
| Octal | 356 | 36 | 372 | 5 | 130 | 0 | 2 | 451 | 140 | 67 |
| Binary | 11101110 | 11110 | 11111010 | 101 | 1011000 | 0 | 10 | 100101001 | 1100000 | 110111 |
Color Harmonies of #EE1EFA
Complementary color
Monochromatic Colors of #EE1EFA
Black with #EE1EFA
Text Example
Text Example
White with #EE1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EFA; }
p { color: rgb(238,30,250); }
H1.HeaderClassName
{
color: #EE1EFA;
}
.AnyTagClassName
{
color: #EE1EFA;
}
</style>
background-color css
<style>
a { background-color: #EE1EFA; }
a { background-color: rgb(238,30,250); }
div.DivClassName
{
background-color: #EE1EFA;
}
.BgClassName
{
background-color: #EE1EFA;
}
</style>
border-color css
<style>
span { border-color: #EE1EFA; }
span { border-color: rgb(238,30,250); }
td.TdClassName
{
border-color: #EE1EFA;
}
.TagClassName
{
border-color: #EE1EFA;
}
</style>