Shades of Magenta #EE1EEE
Tints of Magenta #EE1EEE
RGB
CMYK
RGB Variations
Color information
#EE1EEE (or 0xEE1EEE) is known color: Magenta. HEX triplet: EE, 1E and EE. RGB value is (238,30,238). Sum of RGB (Red+Green+Blue) = 238+30+238=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE1EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EEE is #11E111. Grayscale: #737373. Windows color (decimal): -1171730 or 15605486. OLE color: 15605486.
HSL color Cylindrical-coordinate representation of color #EE1EEE: hue angle of 300º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EEE is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 238 | - |
| CMYK | 0 | 0.87 | 0 | 0.07 |
| HSL | 300º | 0.86% | 0.53% | - |
| HSV(B) | 300º | 0.87% | 0.93% | - |
| XYZ | 51.16 | 25.28 | 83.07 | - |
| YUV | 115.9 | 196.91 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 238 | 0 | 0.87 | 0 | 0.07 | 300 | 0.86 | 0.53 |
| Hex | EE | 1E | EE | 0 | 57 | 0 | 7 | 12C | 56 | 35 |
| Octal | 356 | 36 | 356 | 0 | 127 | 0 | 7 | 454 | 126 | 65 |
| Binary | 11101110 | 11110 | 11101110 | 0 | 1010111 | 0 | 111 | 100101100 | 1010110 | 110101 |
Color Harmonies of #EE1EEE
Complementary color
Monochromatic Colors of #EE1EEE
Black with #EE1EEE
Text Example
Text Example
White with #EE1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EEE; }
p { color: rgb(238,30,238); }
H1.HeaderClassName
{
color: #EE1EEE;
}
.AnyTagClassName
{
color: #EE1EEE;
}
</style>
background-color css
<style>
a { background-color: #EE1EEE; }
a { background-color: rgb(238,30,238); }
div.DivClassName
{
background-color: #EE1EEE;
}
.BgClassName
{
background-color: #EE1EEE;
}
</style>
border-color css
<style>
span { border-color: #EE1EEE; }
span { border-color: rgb(238,30,238); }
td.TdClassName
{
border-color: #EE1EEE;
}
.TagClassName
{
border-color: #EE1EEE;
}
</style>