Shades of Magenta #EE0EEE
Tints of Magenta #EE0EEE
RGB
CMYK
RGB Variations
Color information
#EE0EEE (or 0xEE0EEE) is known color: Magenta. HEX triplet: EE, 0E and EE. RGB value is (238,14,238). Sum of RGB (Red+Green+Blue) = 238+14+238=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE0EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EEE is #11F111. Grayscale: #696969. Windows color (decimal): -1175826 or 15601390. OLE color: 15601390.
HSL color Cylindrical-coordinate representation of color #EE0EEE: hue angle of 300º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EEE is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0 | 0.07 |
| HSL | 300º | 0.89% | 0.49% | - |
| HSV(B) | 300º | 0.94% | 0.93% | - |
| XYZ | 50.85 | 24.66 | 82.97 | - |
| YUV | 106.51 | 202.21 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 238 | 0 | 0.94 | 0 | 0.07 | 300 | 0.89 | 0.49 |
| Hex | EE | E | EE | 0 | 5E | 0 | 7 | 12C | 59 | 31 |
| Octal | 356 | 16 | 356 | 0 | 136 | 0 | 7 | 454 | 131 | 61 |
| Binary | 11101110 | 1110 | 11101110 | 0 | 1011110 | 0 | 111 | 100101100 | 1011001 | 110001 |
Color Harmonies of #EE0EEE
Complementary color
Monochromatic Colors of #EE0EEE
Black with #EE0EEE
Text Example
Text Example
White with #EE0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EEE; }
p { color: rgb(238,14,238); }
H1.HeaderClassName
{
color: #EE0EEE;
}
.AnyTagClassName
{
color: #EE0EEE;
}
</style>
background-color css
<style>
a { background-color: #EE0EEE; }
a { background-color: rgb(238,14,238); }
div.DivClassName
{
background-color: #EE0EEE;
}
.BgClassName
{
background-color: #EE0EEE;
}
</style>
border-color css
<style>
span { border-color: #EE0EEE; }
span { border-color: rgb(238,14,238); }
td.TdClassName
{
border-color: #EE0EEE;
}
.TagClassName
{
border-color: #EE0EEE;
}
</style>