Shades of Magenta #EE15E7
Tints of Magenta #EE15E7
RGB
CMYK
RGB Variations
Color information
#EE15E7 (or 0xEE15E7) is known color: Magenta. HEX triplet: EE, 15 and E7. RGB value is (238,21,231). Sum of RGB (Red+Green+Blue) = 238+21+231=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15E7 is #11EA18. Grayscale: #6D6D6D. Windows color (decimal): -1174041 or 15144430. OLE color: 15144430.
HSL color Cylindrical-coordinate representation of color #EE15E7: hue angle of 301.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15E7 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 231 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.07 |
| HSL | 301.94º | 0.86% | 0.51% | - |
| HSV(B) | 301.94º | 0.91% | 0.93% | - |
| XYZ | 49.95 | 24.48 | 77.69 | - |
| YUV | 109.82 | 196.39 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 231 | 0 | 0.91 | 0.03 | 0.07 | 301.94 | 0.86 | 0.51 |
| Hex | EE | 15 | E7 | 0 | 5B | 3 | 7 | 12E | 56 | 33 |
| Octal | 356 | 25 | 347 | 0 | 133 | 3 | 7 | 456 | 126 | 63 |
| Binary | 11101110 | 10101 | 11100111 | 0 | 1011011 | 11 | 111 | 100101110 | 1010110 | 110011 |
Color Harmonies of #EE15E7
Complementary color
Monochromatic Colors of #EE15E7
Black with #EE15E7
Text Example
Text Example
White with #EE15E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15E7; }
p { color: rgb(238,21,231); }
H1.HeaderClassName
{
color: #EE15E7;
}
.AnyTagClassName
{
color: #EE15E7;
}
</style>
background-color css
<style>
a { background-color: #EE15E7; }
a { background-color: rgb(238,21,231); }
div.DivClassName
{
background-color: #EE15E7;
}
.BgClassName
{
background-color: #EE15E7;
}
</style>
border-color css
<style>
span { border-color: #EE15E7; }
span { border-color: rgb(238,21,231); }
td.TdClassName
{
border-color: #EE15E7;
}
.TagClassName
{
border-color: #EE15E7;
}
</style>