Shades of Hot Magenta #E912DD
Tints of Hot Magenta #E912DD
RGB
CMYK
RGB Variations
Color information
#E912DD (or 0xE912DD) is known color: Hot Magenta. HEX triplet: E9, 12 and DD. RGB value is (233,18,221). Sum of RGB (Red+Green+Blue) = 233+18+221=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E912DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E912DD is #16ED22. Grayscale: #686868. Windows color (decimal): -1502499 or 14488297. OLE color: 14488297.
HSL color Cylindrical-coordinate representation of color #E912DD: hue angle of 303.35º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912DD is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 221 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.09 |
| HSL | 303.35º | 0.86% | 0.49% | - |
| HSV(B) | 303.35º | 0.92% | 0.91% | - |
| XYZ | 46.87 | 22.98 | 70.37 | - |
| YUV | 105.43 | 193.23 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 221 | 0 | 0.92 | 0.05 | 0.09 | 303.35 | 0.86 | 0.49 |
| Hex | E9 | 12 | DD | 0 | 5C | 5 | 9 | 12F | 56 | 31 |
| Octal | 351 | 22 | 335 | 0 | 134 | 5 | 11 | 457 | 126 | 61 |
| Binary | 11101001 | 10010 | 11011101 | 0 | 1011100 | 101 | 1001 | 100101111 | 1010110 | 110001 |
Color Harmonies of #E912DD
Complementary color
Monochromatic Colors of #E912DD
Black with #E912DD
Text Example
Text Example
White with #E912DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912DD; }
p { color: rgb(233,18,221); }
H1.HeaderClassName
{
color: #E912DD;
}
.AnyTagClassName
{
color: #E912DD;
}
</style>
background-color css
<style>
a { background-color: #E912DD; }
a { background-color: rgb(233,18,221); }
div.DivClassName
{
background-color: #E912DD;
}
.BgClassName
{
background-color: #E912DD;
}
</style>
border-color css
<style>
span { border-color: #E912DD; }
span { border-color: rgb(233,18,221); }
td.TdClassName
{
border-color: #E912DD;
}
.TagClassName
{
border-color: #E912DD;
}
</style>