Shades of Magenta #EE1CEE
Tints of Magenta #EE1CEE
RGB
CMYK
RGB Variations
Color information
#EE1CEE (or 0xEE1CEE) is known color: Magenta. HEX triplet: EE, 1C and EE. RGB value is (238,28,238). Sum of RGB (Red+Green+Blue) = 238+28+238=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE1CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1CEE is #11E311. Grayscale: #727272. Windows color (decimal): -1172242 or 15604974. OLE color: 15604974.
HSL color Cylindrical-coordinate representation of color #EE1CEE: hue angle of 300º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1CEE is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 238 | - |
| CMYK | 0 | 0.88 | 0 | 0.07 |
| HSL | 300º | 0.86% | 0.52% | - |
| HSV(B) | 300º | 0.88% | 0.93% | - |
| XYZ | 51.11 | 25.18 | 83.06 | - |
| YUV | 114.73 | 197.57 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 238 | 0 | 0.88 | 0 | 0.07 | 300 | 0.86 | 0.52 |
| Hex | EE | 1C | EE | 0 | 58 | 0 | 7 | 12C | 56 | 34 |
| Octal | 356 | 34 | 356 | 0 | 130 | 0 | 7 | 454 | 126 | 64 |
| Binary | 11101110 | 11100 | 11101110 | 0 | 1011000 | 0 | 111 | 100101100 | 1010110 | 110100 |
Color Harmonies of #EE1CEE
Complementary color
Monochromatic Colors of #EE1CEE
Black with #EE1CEE
Text Example
Text Example
White with #EE1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CEE; }
p { color: rgb(238,28,238); }
H1.HeaderClassName
{
color: #EE1CEE;
}
.AnyTagClassName
{
color: #EE1CEE;
}
</style>
background-color css
<style>
a { background-color: #EE1CEE; }
a { background-color: rgb(238,28,238); }
div.DivClassName
{
background-color: #EE1CEE;
}
.BgClassName
{
background-color: #EE1CEE;
}
</style>
border-color css
<style>
span { border-color: #EE1CEE; }
span { border-color: rgb(238,28,238); }
td.TdClassName
{
border-color: #EE1CEE;
}
.TagClassName
{
border-color: #EE1CEE;
}
</style>