Shades of Hot Magenta #E601CD
Tints of Hot Magenta #E601CD
RGB
CMYK
RGB Variations
Color information
#E601CD (or 0xE601CD) is known color: Hot Magenta. HEX triplet: E6, 01 and CD. RGB value is (230,1,205). Sum of RGB (Red+Green+Blue) = 230+1+205=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E601CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601CD is #19FE32. Grayscale: #5C5C5C. Windows color (decimal): -1703475 or 13435366. OLE color: 13435366.
HSL color Cylindrical-coordinate representation of color #E601CD: hue angle of 306.55º 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 #E601CD is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 205 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.10 |
| HSL | 306.55º | 0.99% | 0.45% | - |
| HSV(B) | 306.55º | 1% | 0.9% | - |
| XYZ | 43.66 | 21.25 | 59.56 | - |
| YUV | 92.73 | 191.37 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 205 | 0 | 1.00 | 0.11 | 0.10 | 306.55 | 0.99 | 0.45 |
| Hex | E6 | 1 | CD | 0 | 64 | B | A | 133 | 63 | 2D |
| Octal | 346 | 1 | 315 | 0 | 144 | 13 | 12 | 463 | 143 | 55 |
| Binary | 11100110 | 1 | 11001101 | 0 | 1100100 | 1011 | 1010 | 100110011 | 1100011 | 101101 |
Color Harmonies of #E601CD
Complementary color
Monochromatic Colors of #E601CD
Black with #E601CD
Text Example
Text Example
White with #E601CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601CD; }
p { color: rgb(230,1,205); }
H1.HeaderClassName
{
color: #E601CD;
}
.AnyTagClassName
{
color: #E601CD;
}
</style>
background-color css
<style>
a { background-color: #E601CD; }
a { background-color: rgb(230,1,205); }
div.DivClassName
{
background-color: #E601CD;
}
.BgClassName
{
background-color: #E601CD;
}
</style>
border-color css
<style>
span { border-color: #E601CD; }
span { border-color: rgb(230,1,205); }
td.TdClassName
{
border-color: #E601CD;
}
.TagClassName
{
border-color: #E601CD;
}
</style>