Shades of Hot Magenta #E90CDC
Tints of Hot Magenta #E90CDC
RGB
CMYK
RGB Variations
Color information
#E90CDC (or 0xE90CDC) is known color: Hot Magenta. HEX triplet: E9, 0C and DC. RGB value is (233,12,220). Sum of RGB (Red+Green+Blue) = 233+12+220=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CDC is #16F323. Grayscale: #656565. Windows color (decimal): -1504036 or 14421225. OLE color: 14421225.
HSL color Cylindrical-coordinate representation of color #E90CDC: hue angle of 303.53º 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 #E90CDC is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.09 |
| HSL | 303.53º | 0.9% | 0.48% | - |
| HSV(B) | 303.53º | 0.95% | 0.91% | - |
| XYZ | 46.65 | 22.75 | 69.64 | - |
| YUV | 101.79 | 194.72 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 220 | 0 | 0.95 | 0.06 | 0.09 | 303.53 | 0.9 | 0.48 |
| Hex | E9 | C | DC | 0 | 5F | 6 | 9 | 130 | 5A | 30 |
| Octal | 351 | 14 | 334 | 0 | 137 | 6 | 11 | 460 | 132 | 60 |
| Binary | 11101001 | 1100 | 11011100 | 0 | 1011111 | 110 | 1001 | 100110000 | 1011010 | 110000 |
Color Harmonies of #E90CDC
Complementary color
Monochromatic Colors of #E90CDC
Black with #E90CDC
Text Example
Text Example
White with #E90CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CDC; }
p { color: rgb(233,12,220); }
H1.HeaderClassName
{
color: #E90CDC;
}
.AnyTagClassName
{
color: #E90CDC;
}
</style>
background-color css
<style>
a { background-color: #E90CDC; }
a { background-color: rgb(233,12,220); }
div.DivClassName
{
background-color: #E90CDC;
}
.BgClassName
{
background-color: #E90CDC;
}
</style>
border-color css
<style>
span { border-color: #E90CDC; }
span { border-color: rgb(233,12,220); }
td.TdClassName
{
border-color: #E90CDC;
}
.TagClassName
{
border-color: #E90CDC;
}
</style>