Shades of Hot Magenta #E801CB
Tints of Hot Magenta #E801CB
RGB
CMYK
RGB Variations
Color information
#E801CB (or 0xE801CB) is known color: Hot Magenta. HEX triplet: E8, 01 and CB. RGB value is (232,1,203). Sum of RGB (Red+Green+Blue) = 232+1+203=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E801CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801CB is #17FE34. Grayscale: #5C5C5C. Windows color (decimal): -1572405 or 13304296. OLE color: 13304296.
HSL color Cylindrical-coordinate representation of color #E801CB: hue angle of 307.53º 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 #E801CB is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.09 |
| HSL | 307.53º | 0.99% | 0.46% | - |
| HSV(B) | 307.53º | 1% | 0.91% | - |
| XYZ | 44.07 | 21.49 | 58.33 | - |
| YUV | 93.1 | 190.03 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 203 | 0 | 1.00 | 0.12 | 0.09 | 307.53 | 0.99 | 0.46 |
| Hex | E8 | 1 | CB | 0 | 64 | C | 9 | 134 | 63 | 2E |
| Octal | 350 | 1 | 313 | 0 | 144 | 14 | 11 | 464 | 143 | 56 |
| Binary | 11101000 | 1 | 11001011 | 0 | 1100100 | 1100 | 1001 | 100110100 | 1100011 | 101110 |
Color Harmonies of #E801CB
Complementary color
Monochromatic Colors of #E801CB
Black with #E801CB
Text Example
Text Example
White with #E801CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801CB; }
p { color: rgb(232,1,203); }
H1.HeaderClassName
{
color: #E801CB;
}
.AnyTagClassName
{
color: #E801CB;
}
</style>
background-color css
<style>
a { background-color: #E801CB; }
a { background-color: rgb(232,1,203); }
div.DivClassName
{
background-color: #E801CB;
}
.BgClassName
{
background-color: #E801CB;
}
</style>
border-color css
<style>
span { border-color: #E801CB; }
span { border-color: rgb(232,1,203); }
td.TdClassName
{
border-color: #E801CB;
}
.TagClassName
{
border-color: #E801CB;
}
</style>