Shades of Hot Magenta #E603CD
Tints of Hot Magenta #E603CD
RGB
CMYK
RGB Variations
Color information
#E603CD (or 0xE603CD) is known color: Hot Magenta. HEX triplet: E6, 03 and CD. RGB value is (230,3,205). Sum of RGB (Red+Green+Blue) = 230+3+205=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E603CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603CD is #19FC32. Grayscale: #5D5D5D. Windows color (decimal): -1702963 or 13435878. OLE color: 13435878.
HSL color Cylindrical-coordinate representation of color #E603CD: hue angle of 306.61º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603CD is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.10 |
| HSL | 306.61º | 0.97% | 0.46% | - |
| HSV(B) | 306.61º | 0.99% | 0.9% | - |
| XYZ | 43.69 | 21.3 | 59.57 | - |
| YUV | 93.9 | 190.71 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 205 | 0 | 0.99 | 0.11 | 0.10 | 306.61 | 0.97 | 0.46 |
| Hex | E6 | 3 | CD | 0 | 63 | B | A | 133 | 61 | 2E |
| Octal | 346 | 3 | 315 | 0 | 143 | 13 | 12 | 463 | 141 | 56 |
| Binary | 11100110 | 11 | 11001101 | 0 | 1100011 | 1011 | 1010 | 100110011 | 1100001 | 101110 |
Color Harmonies of #E603CD
Complementary color
Monochromatic Colors of #E603CD
Black with #E603CD
Text Example
Text Example
White with #E603CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603CD; }
p { color: rgb(230,3,205); }
H1.HeaderClassName
{
color: #E603CD;
}
.AnyTagClassName
{
color: #E603CD;
}
</style>
background-color css
<style>
a { background-color: #E603CD; }
a { background-color: rgb(230,3,205); }
div.DivClassName
{
background-color: #E603CD;
}
.BgClassName
{
background-color: #E603CD;
}
</style>
border-color css
<style>
span { border-color: #E603CD; }
span { border-color: rgb(230,3,205); }
td.TdClassName
{
border-color: #E603CD;
}
.TagClassName
{
border-color: #E603CD;
}
</style>