Shades of Hot Magenta #E601CB
Tints of Hot Magenta #E601CB
RGB
CMYK
RGB Variations
Color information
#E601CB (or 0xE601CB) is known color: Hot Magenta. HEX triplet: E6, 01 and CB. RGB value is (230,1,203). Sum of RGB (Red+Green+Blue) = 230+1+203=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E601CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601CB is #19FE34. Grayscale: #5B5B5B. Windows color (decimal): -1703477 or 13304294. OLE color: 13304294.
HSL color Cylindrical-coordinate representation of color #E601CB: hue angle of 307.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601CB is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.10 |
| HSL | 307.07º | 0.99% | 0.45% | - |
| HSV(B) | 307.07º | 1% | 0.9% | - |
| XYZ | 43.42 | 21.16 | 58.29 | - |
| YUV | 92.5 | 190.37 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 203 | 0 | 1.00 | 0.12 | 0.10 | 307.07 | 0.99 | 0.45 |
| Hex | E6 | 1 | CB | 0 | 64 | C | A | 133 | 63 | 2D |
| Octal | 346 | 1 | 313 | 0 | 144 | 14 | 12 | 463 | 143 | 55 |
| Binary | 11100110 | 1 | 11001011 | 0 | 1100100 | 1100 | 1010 | 100110011 | 1100011 | 101101 |
Color Harmonies of #E601CB
Complementary color
Monochromatic Colors of #E601CB
Black with #E601CB
Text Example
Text Example
White with #E601CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601CB; }
p { color: rgb(230,1,203); }
H1.HeaderClassName
{
color: #E601CB;
}
.AnyTagClassName
{
color: #E601CB;
}
</style>
background-color css
<style>
a { background-color: #E601CB; }
a { background-color: rgb(230,1,203); }
div.DivClassName
{
background-color: #E601CB;
}
.BgClassName
{
background-color: #E601CB;
}
</style>
border-color css
<style>
span { border-color: #E601CB; }
span { border-color: rgb(230,1,203); }
td.TdClassName
{
border-color: #E601CB;
}
.TagClassName
{
border-color: #E601CB;
}
</style>