Shades of Hot Magenta #EE15DB
Tints of Hot Magenta #EE15DB
RGB
CMYK
RGB Variations
Color information
#EE15DB (or 0xEE15DB) is known color: Hot Magenta. HEX triplet: EE, 15 and DB. RGB value is (238,21,219). Sum of RGB (Red+Green+Blue) = 238+21+219=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE15DB is #11EA24. Grayscale: #6B6B6B. Windows color (decimal): -1174053 or 14357998. OLE color: 14357998.
HSL color Cylindrical-coordinate representation of color #EE15DB: hue angle of 305.25º 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 #EE15DB is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.07 |
| HSL | 305.25º | 0.86% | 0.51% | - |
| HSV(B) | 305.25º | 0.91% | 0.93% | - |
| XYZ | 48.31 | 23.83 | 69.07 | - |
| YUV | 108.46 | 190.39 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 219 | 0 | 0.91 | 0.08 | 0.07 | 305.25 | 0.86 | 0.51 |
| Hex | EE | 15 | DB | 0 | 5B | 8 | 7 | 131 | 56 | 33 |
| Octal | 356 | 25 | 333 | 0 | 133 | 10 | 7 | 461 | 126 | 63 |
| Binary | 11101110 | 10101 | 11011011 | 0 | 1011011 | 1000 | 111 | 100110001 | 1010110 | 110011 |
Color Harmonies of #EE15DB
Complementary color
Monochromatic Colors of #EE15DB
Black with #EE15DB
Text Example
Text Example
White with #EE15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15DB; }
p { color: rgb(238,21,219); }
H1.HeaderClassName
{
color: #EE15DB;
}
.AnyTagClassName
{
color: #EE15DB;
}
</style>
background-color css
<style>
a { background-color: #EE15DB; }
a { background-color: rgb(238,21,219); }
div.DivClassName
{
background-color: #EE15DB;
}
.BgClassName
{
background-color: #EE15DB;
}
</style>
border-color css
<style>
span { border-color: #EE15DB; }
span { border-color: rgb(238,21,219); }
td.TdClassName
{
border-color: #EE15DB;
}
.TagClassName
{
border-color: #EE15DB;
}
</style>