Shades of Hot Magenta #E90CDD
Tints of Hot Magenta #E90CDD
RGB
CMYK
RGB Variations
Color information
#E90CDD (or 0xE90CDD) is known color: Hot Magenta. HEX triplet: E9, 0C and DD. RGB value is (233,12,221). Sum of RGB (Red+Green+Blue) = 233+12+221=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CDD is #16F322. Grayscale: #656565. Windows color (decimal): -1504035 or 14486761. OLE color: 14486761.
HSL color Cylindrical-coordinate representation of color #E90CDD: hue angle of 303.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CDD is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.09 |
| HSL | 303.26º | 0.9% | 0.48% | - |
| HSV(B) | 303.26º | 0.95% | 0.91% | - |
| XYZ | 46.79 | 22.81 | 70.34 | - |
| YUV | 101.91 | 195.22 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 221 | 0 | 0.95 | 0.05 | 0.09 | 303.26 | 0.9 | 0.48 |
| Hex | E9 | C | DD | 0 | 5F | 5 | 9 | 12F | 5A | 30 |
| Octal | 351 | 14 | 335 | 0 | 137 | 5 | 11 | 457 | 132 | 60 |
| Binary | 11101001 | 1100 | 11011101 | 0 | 1011111 | 101 | 1001 | 100101111 | 1011010 | 110000 |
Color Harmonies of #E90CDD
Complementary color
Monochromatic Colors of #E90CDD
Black with #E90CDD
Text Example
Text Example
White with #E90CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CDD; }
p { color: rgb(233,12,221); }
H1.HeaderClassName
{
color: #E90CDD;
}
.AnyTagClassName
{
color: #E90CDD;
}
</style>
background-color css
<style>
a { background-color: #E90CDD; }
a { background-color: rgb(233,12,221); }
div.DivClassName
{
background-color: #E90CDD;
}
.BgClassName
{
background-color: #E90CDD;
}
</style>
border-color css
<style>
span { border-color: #E90CDD; }
span { border-color: rgb(233,12,221); }
td.TdClassName
{
border-color: #E90CDD;
}
.TagClassName
{
border-color: #E90CDD;
}
</style>