Shades of Deep Magenta #E103CD
Tints of Deep Magenta #E103CD
RGB
CMYK
RGB Variations
Color information
#E103CD (or 0xE103CD) is known color: Deep Magenta. HEX triplet: E1, 03 and CD. RGB value is (225,3,205). Sum of RGB (Red+Green+Blue) = 225+3+205=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E103CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103CD is #1EFC32. Grayscale: #5B5B5B. Windows color (decimal): -2030643 or 13435873. OLE color: 13435873.
HSL color Cylindrical-coordinate representation of color #E103CD: hue angle of 305.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103CD is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.12 |
| HSL | 305.41º | 0.97% | 0.45% | - |
| HSV(B) | 305.41º | 0.99% | 0.88% | - |
| XYZ | 42.1 | 20.48 | 59.49 | - |
| YUV | 92.41 | 191.55 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 205 | 0 | 0.99 | 0.09 | 0.12 | 305.41 | 0.97 | 0.45 |
| Hex | E1 | 3 | CD | 0 | 63 | 9 | C | 131 | 61 | 2D |
| Octal | 341 | 3 | 315 | 0 | 143 | 11 | 14 | 461 | 141 | 55 |
| Binary | 11100001 | 11 | 11001101 | 0 | 1100011 | 1001 | 1100 | 100110001 | 1100001 | 101101 |
Color Harmonies of #E103CD
Complementary color
Monochromatic Colors of #E103CD
Black with #E103CD
Text Example
Text Example
White with #E103CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103CD; }
p { color: rgb(225,3,205); }
H1.HeaderClassName
{
color: #E103CD;
}
.AnyTagClassName
{
color: #E103CD;
}
</style>
background-color css
<style>
a { background-color: #E103CD; }
a { background-color: rgb(225,3,205); }
div.DivClassName
{
background-color: #E103CD;
}
.BgClassName
{
background-color: #E103CD;
}
</style>
border-color css
<style>
span { border-color: #E103CD; }
span { border-color: rgb(225,3,205); }
td.TdClassName
{
border-color: #E103CD;
}
.TagClassName
{
border-color: #E103CD;
}
</style>