Shades of Hot Magenta #E901CD
Tints of Hot Magenta #E901CD
RGB
CMYK
RGB Variations
Color information
#E901CD (or 0xE901CD) is known color: Hot Magenta. HEX triplet: E9, 01 and CD. RGB value is (233,1,205). Sum of RGB (Red+Green+Blue) = 233+1+205=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E901CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901CD is #16FE32. Grayscale: #5D5D5D. Windows color (decimal): -1506867 or 13435369. OLE color: 13435369.
HSL color Cylindrical-coordinate representation of color #E901CD: hue angle of 307.24º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E901CD is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 205 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.09 |
| HSL | 307.24º | 0.99% | 0.46% | - |
| HSV(B) | 307.24º | 1% | 0.91% | - |
| XYZ | 44.63 | 21.75 | 59.6 | - |
| YUV | 93.62 | 190.86 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 205 | 0 | 1.00 | 0.12 | 0.09 | 307.24 | 0.99 | 0.46 |
| Hex | E9 | 1 | CD | 0 | 64 | C | 9 | 133 | 63 | 2E |
| Octal | 351 | 1 | 315 | 0 | 144 | 14 | 11 | 463 | 143 | 56 |
| Binary | 11101001 | 1 | 11001101 | 0 | 1100100 | 1100 | 1001 | 100110011 | 1100011 | 101110 |
Color Harmonies of #E901CD
Complementary color
Monochromatic Colors of #E901CD
Black with #E901CD
Text Example
Text Example
White with #E901CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901CD; }
p { color: rgb(233,1,205); }
H1.HeaderClassName
{
color: #E901CD;
}
.AnyTagClassName
{
color: #E901CD;
}
</style>
background-color css
<style>
a { background-color: #E901CD; }
a { background-color: rgb(233,1,205); }
div.DivClassName
{
background-color: #E901CD;
}
.BgClassName
{
background-color: #E901CD;
}
</style>
border-color css
<style>
span { border-color: #E901CD; }
span { border-color: rgb(233,1,205); }
td.TdClassName
{
border-color: #E901CD;
}
.TagClassName
{
border-color: #E901CD;
}
</style>