Shades of Magenta #EE0EFA
Tints of Magenta #EE0EFA
RGB
CMYK
RGB Variations
Color information
#EE0EFA (or 0xEE0EFA) is known color: Magenta. HEX triplet: EE, 0E and FA. RGB value is (238,14,250). Sum of RGB (Red+Green+Blue) = 238+14+250=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EFA is #11F105. Grayscale: #6B6B6B. Windows color (decimal): -1175814 or 16387822. OLE color: 16387822.
HSL color Cylindrical-coordinate representation of color #EE0EFA: hue angle of 296.95º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EFA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 14 | 250 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.02 |
| HSL | 296.95º | 0.96% | 0.52% | - |
| HSV(B) | 296.95º | 0.94% | 0.98% | - |
| XYZ | 52.67 | 25.39 | 92.57 | - |
| YUV | 107.88 | 208.21 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 250 | 0.05 | 0.94 | 0 | 0.02 | 296.95 | 0.96 | 0.52 |
| Hex | EE | E | FA | 5 | 5E | 0 | 2 | 129 | 60 | 34 |
| Octal | 356 | 16 | 372 | 5 | 136 | 0 | 2 | 451 | 140 | 64 |
| Binary | 11101110 | 1110 | 11111010 | 101 | 1011110 | 0 | 10 | 100101001 | 1100000 | 110100 |
Color Harmonies of #EE0EFA
Complementary color
Monochromatic Colors of #EE0EFA
Black with #EE0EFA
Text Example
Text Example
White with #EE0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EFA; }
p { color: rgb(238,14,250); }
H1.HeaderClassName
{
color: #EE0EFA;
}
.AnyTagClassName
{
color: #EE0EFA;
}
</style>
background-color css
<style>
a { background-color: #EE0EFA; }
a { background-color: rgb(238,14,250); }
div.DivClassName
{
background-color: #EE0EFA;
}
.BgClassName
{
background-color: #EE0EFA;
}
</style>
border-color css
<style>
span { border-color: #EE0EFA; }
span { border-color: rgb(238,14,250); }
td.TdClassName
{
border-color: #EE0EFA;
}
.TagClassName
{
border-color: #EE0EFA;
}
</style>