Shades of Magenta #EE17ED
Tints of Magenta #EE17ED
RGB
CMYK
RGB Variations
Color information
#EE17ED (or 0xEE17ED) is known color: Magenta. HEX triplet: EE, 17 and ED. RGB value is (238,23,237). Sum of RGB (Red+Green+Blue) = 238+23+237=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE17ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE17ED is #11E812. Grayscale: #6F6F6F. Windows color (decimal): -1173523 or 15538158. OLE color: 15538158.
HSL color Cylindrical-coordinate representation of color #EE17ED: hue angle of 300.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE17ED is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 237 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.07 |
| HSL | 300.28º | 0.86% | 0.51% | - |
| HSV(B) | 300.28º | 0.9% | 0.93% | - |
| XYZ | 50.85 | 24.9 | 82.25 | - |
| YUV | 111.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 237 | 0 | 0.90 | 0.00 | 0.07 | 300.28 | 0.86 | 0.51 |
| Hex | EE | 17 | ED | 0 | 5A | 0 | 7 | 12C | 56 | 33 |
| Octal | 356 | 27 | 355 | 0 | 132 | 0 | 7 | 454 | 126 | 63 |
| Binary | 11101110 | 10111 | 11101101 | 0 | 1011010 | 0 | 111 | 100101100 | 1010110 | 110011 |
Color Harmonies of #EE17ED
Complementary color
Monochromatic Colors of #EE17ED
Black with #EE17ED
Text Example
Text Example
White with #EE17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE17ED; }
p { color: rgb(238,23,237); }
H1.HeaderClassName
{
color: #EE17ED;
}
.AnyTagClassName
{
color: #EE17ED;
}
</style>
background-color css
<style>
a { background-color: #EE17ED; }
a { background-color: rgb(238,23,237); }
div.DivClassName
{
background-color: #EE17ED;
}
.BgClassName
{
background-color: #EE17ED;
}
</style>
border-color css
<style>
span { border-color: #EE17ED; }
span { border-color: rgb(238,23,237); }
td.TdClassName
{
border-color: #EE17ED;
}
.TagClassName
{
border-color: #EE17ED;
}
</style>