Shades of Hot Magenta #E901CC
Tints of Hot Magenta #E901CC
RGB
CMYK
RGB Variations
Color information
#E901CC (or 0xE901CC) is known color: Hot Magenta. HEX triplet: E9, 01 and CC. RGB value is (233,1,204). Sum of RGB (Red+Green+Blue) = 233+1+204=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E901CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E901CC is #16FE33. Grayscale: #5C5C5C. Windows color (decimal): -1506868 or 13369833. OLE color: 13369833.
HSL color Cylindrical-coordinate representation of color #E901CC: hue angle of 307.5º 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 #E901CC is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.09 |
| HSL | 307.5º | 0.99% | 0.46% | - |
| HSV(B) | 307.5º | 1% | 0.91% | - |
| XYZ | 44.51 | 21.7 | 58.97 | - |
| YUV | 93.51 | 190.36 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 204 | 0 | 1.00 | 0.12 | 0.09 | 307.5 | 0.99 | 0.46 |
| Hex | E9 | 1 | CC | 0 | 64 | C | 9 | 134 | 63 | 2E |
| Octal | 351 | 1 | 314 | 0 | 144 | 14 | 11 | 464 | 143 | 56 |
| Binary | 11101001 | 1 | 11001100 | 0 | 1100100 | 1100 | 1001 | 100110100 | 1100011 | 101110 |
Color Harmonies of #E901CC
Complementary color
Monochromatic Colors of #E901CC
Black with #E901CC
Text Example
Text Example
White with #E901CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901CC; }
p { color: rgb(233,1,204); }
H1.HeaderClassName
{
color: #E901CC;
}
.AnyTagClassName
{
color: #E901CC;
}
</style>
background-color css
<style>
a { background-color: #E901CC; }
a { background-color: rgb(233,1,204); }
div.DivClassName
{
background-color: #E901CC;
}
.BgClassName
{
background-color: #E901CC;
}
</style>
border-color css
<style>
span { border-color: #E901CC; }
span { border-color: rgb(233,1,204); }
td.TdClassName
{
border-color: #E901CC;
}
.TagClassName
{
border-color: #E901CC;
}
</style>