Shades of Hot Magenta #EE15D7
Tints of Hot Magenta #EE15D7
RGB
CMYK
RGB Variations
Color information
#EE15D7 (or 0xEE15D7) is known color: Hot Magenta. HEX triplet: EE, 15 and D7. RGB value is (238,21,215). Sum of RGB (Red+Green+Blue) = 238+21+215=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15D7 is #11EA28. Grayscale: #6B6B6B. Windows color (decimal): -1174057 or 14095854. OLE color: 14095854.
HSL color Cylindrical-coordinate representation of color #EE15D7: hue angle of 306.36º 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 #EE15D7 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 215 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.07 |
| HSL | 306.36º | 0.86% | 0.51% | - |
| HSV(B) | 306.36º | 0.91% | 0.93% | - |
| XYZ | 47.79 | 23.62 | 66.33 | - |
| YUV | 108 | 188.39 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 215 | 0 | 0.91 | 0.10 | 0.07 | 306.36 | 0.86 | 0.51 |
| Hex | EE | 15 | D7 | 0 | 5B | A | 7 | 132 | 56 | 33 |
| Octal | 356 | 25 | 327 | 0 | 133 | 12 | 7 | 462 | 126 | 63 |
| Binary | 11101110 | 10101 | 11010111 | 0 | 1011011 | 1010 | 111 | 100110010 | 1010110 | 110011 |
Color Harmonies of #EE15D7
Complementary color
Monochromatic Colors of #EE15D7
Black with #EE15D7
Text Example
Text Example
White with #EE15D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15D7; }
p { color: rgb(238,21,215); }
H1.HeaderClassName
{
color: #EE15D7;
}
.AnyTagClassName
{
color: #EE15D7;
}
</style>
background-color css
<style>
a { background-color: #EE15D7; }
a { background-color: rgb(238,21,215); }
div.DivClassName
{
background-color: #EE15D7;
}
.BgClassName
{
background-color: #EE15D7;
}
</style>
border-color css
<style>
span { border-color: #EE15D7; }
span { border-color: rgb(238,21,215); }
td.TdClassName
{
border-color: #EE15D7;
}
.TagClassName
{
border-color: #EE15D7;
}
</style>