Shades of Hot Magenta #E90CD4
Tints of Hot Magenta #E90CD4
RGB
CMYK
RGB Variations
Color information
#E90CD4 (or 0xE90CD4) is known color: Hot Magenta. HEX triplet: E9, 0C and D4. RGB value is (233,12,212). Sum of RGB (Red+Green+Blue) = 233+12+212=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CD4 is #16F32B. Grayscale: #646464. Windows color (decimal): -1504044 or 13896937. OLE color: 13896937.
HSL color Cylindrical-coordinate representation of color #E90CD4: hue angle of 305.7º 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 #E90CD4 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 212 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.09 |
| HSL | 305.7º | 0.9% | 0.48% | - |
| HSV(B) | 305.7º | 0.95% | 0.91% | - |
| XYZ | 45.62 | 22.34 | 64.2 | - |
| YUV | 100.88 | 190.72 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 212 | 0 | 0.95 | 0.09 | 0.09 | 305.7 | 0.9 | 0.48 |
| Hex | E9 | C | D4 | 0 | 5F | 9 | 9 | 132 | 5A | 30 |
| Octal | 351 | 14 | 324 | 0 | 137 | 11 | 11 | 462 | 132 | 60 |
| Binary | 11101001 | 1100 | 11010100 | 0 | 1011111 | 1001 | 1001 | 100110010 | 1011010 | 110000 |
Color Harmonies of #E90CD4
Complementary color
Monochromatic Colors of #E90CD4
Black with #E90CD4
Text Example
Text Example
White with #E90CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CD4; }
p { color: rgb(233,12,212); }
H1.HeaderClassName
{
color: #E90CD4;
}
.AnyTagClassName
{
color: #E90CD4;
}
</style>
background-color css
<style>
a { background-color: #E90CD4; }
a { background-color: rgb(233,12,212); }
div.DivClassName
{
background-color: #E90CD4;
}
.BgClassName
{
background-color: #E90CD4;
}
</style>
border-color css
<style>
span { border-color: #E90CD4; }
span { border-color: rgb(233,12,212); }
td.TdClassName
{
border-color: #E90CD4;
}
.TagClassName
{
border-color: #E90CD4;
}
</style>