Shades of Magenta #EE1BEE
Tints of Magenta #EE1BEE
RGB
CMYK
RGB Variations
Color information
#EE1BEE (or 0xEE1BEE) is known color: Magenta. HEX triplet: EE, 1B and EE. RGB value is (238,27,238). Sum of RGB (Red+Green+Blue) = 238+27+238=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 27 (10.94% from 255 or 5.37% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE1BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BEE is #11E411. Grayscale: #717171. Windows color (decimal): -1172498 or 15604718. OLE color: 15604718.
HSL color Cylindrical-coordinate representation of color #EE1BEE: 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.89%. Process color model (Four color, CMYK) of #EE1BEE is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 238 | - |
| CMYK | 0 | 0.89 | 0 | 0.07 |
| HSL | 300º | 0.86% | 0.52% | - |
| HSV(B) | 300º | 0.89% | 0.93% | - |
| XYZ | 51.08 | 25.13 | 83.05 | - |
| YUV | 114.14 | 197.9 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 238 | 0 | 0.89 | 0 | 0.07 | 300 | 0.86 | 0.52 |
| Hex | EE | 1B | EE | 0 | 59 | 0 | 7 | 12C | 56 | 34 |
| Octal | 356 | 33 | 356 | 0 | 131 | 0 | 7 | 454 | 126 | 64 |
| Binary | 11101110 | 11011 | 11101110 | 0 | 1011001 | 0 | 111 | 100101100 | 1010110 | 110100 |
Color Harmonies of #EE1BEE
Complementary color
Monochromatic Colors of #EE1BEE
Black with #EE1BEE
Text Example
Text Example
White with #EE1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BEE; }
p { color: rgb(238,27,238); }
H1.HeaderClassName
{
color: #EE1BEE;
}
.AnyTagClassName
{
color: #EE1BEE;
}
</style>
background-color css
<style>
a { background-color: #EE1BEE; }
a { background-color: rgb(238,27,238); }
div.DivClassName
{
background-color: #EE1BEE;
}
.BgClassName
{
background-color: #EE1BEE;
}
</style>
border-color css
<style>
span { border-color: #EE1BEE; }
span { border-color: rgb(238,27,238); }
td.TdClassName
{
border-color: #EE1BEE;
}
.TagClassName
{
border-color: #EE1BEE;
}
</style>