Shades of Magenta #EE1DE6
Tints of Magenta #EE1DE6
RGB
CMYK
RGB Variations
Color information
#EE1DE6 (or 0xEE1DE6) is known color: Magenta. HEX triplet: EE, 1D and E6. RGB value is (238,29,230). Sum of RGB (Red+Green+Blue) = 238+29+230=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DE6 is #11E219. Grayscale: #717171. Windows color (decimal): -1171994 or 15080942. OLE color: 15080942.
HSL color Cylindrical-coordinate representation of color #EE1DE6: hue angle of 302.3º 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 #EE1DE6 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 230 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.07 |
| HSL | 302.3º | 0.86% | 0.52% | - |
| HSV(B) | 302.3º | 0.88% | 0.93% | - |
| XYZ | 49.98 | 24.77 | 77.01 | - |
| YUV | 114.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 230 | 0 | 0.88 | 0.03 | 0.07 | 302.3 | 0.86 | 0.52 |
| Hex | EE | 1D | E6 | 0 | 58 | 3 | 7 | 12E | 56 | 34 |
| Octal | 356 | 35 | 346 | 0 | 130 | 3 | 7 | 456 | 126 | 64 |
| Binary | 11101110 | 11101 | 11100110 | 0 | 1011000 | 11 | 111 | 100101110 | 1010110 | 110100 |
Color Harmonies of #EE1DE6
Complementary color
Monochromatic Colors of #EE1DE6
Black with #EE1DE6
Text Example
Text Example
White with #EE1DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DE6; }
p { color: rgb(238,29,230); }
H1.HeaderClassName
{
color: #EE1DE6;
}
.AnyTagClassName
{
color: #EE1DE6;
}
</style>
background-color css
<style>
a { background-color: #EE1DE6; }
a { background-color: rgb(238,29,230); }
div.DivClassName
{
background-color: #EE1DE6;
}
.BgClassName
{
background-color: #EE1DE6;
}
</style>
border-color css
<style>
span { border-color: #EE1DE6; }
span { border-color: rgb(238,29,230); }
td.TdClassName
{
border-color: #EE1DE6;
}
.TagClassName
{
border-color: #EE1DE6;
}
</style>