Shades of Deep Magenta #E405CB
Tints of Deep Magenta #E405CB
RGB
CMYK
RGB Variations
Color information
#E405CB (or 0xE405CB) is known color: Deep Magenta. HEX triplet: E4, 05 and CB. RGB value is (228,5,203). Sum of RGB (Red+Green+Blue) = 228+5+203=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E405CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E405CB is #1BFA34. Grayscale: #5D5D5D. Windows color (decimal): -1833525 or 13305316. OLE color: 13305316.
HSL color Cylindrical-coordinate representation of color #E405CB: hue angle of 306.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405CB is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.11 |
| HSL | 306.73º | 0.96% | 0.46% | - |
| HSV(B) | 306.73º | 0.98% | 0.89% | - |
| XYZ | 42.83 | 20.91 | 58.28 | - |
| YUV | 94.25 | 189.38 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 203 | 0 | 0.98 | 0.11 | 0.11 | 306.73 | 0.96 | 0.46 |
| Hex | E4 | 5 | CB | 0 | 62 | B | B | 133 | 60 | 2E |
| Octal | 344 | 5 | 313 | 0 | 142 | 13 | 13 | 463 | 140 | 56 |
| Binary | 11100100 | 101 | 11001011 | 0 | 1100010 | 1011 | 1011 | 100110011 | 1100000 | 101110 |
Color Harmonies of #E405CB
Complementary color
Monochromatic Colors of #E405CB
Black with #E405CB
Text Example
Text Example
White with #E405CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405CB; }
p { color: rgb(228,5,203); }
H1.HeaderClassName
{
color: #E405CB;
}
.AnyTagClassName
{
color: #E405CB;
}
</style>
background-color css
<style>
a { background-color: #E405CB; }
a { background-color: rgb(228,5,203); }
div.DivClassName
{
background-color: #E405CB;
}
.BgClassName
{
background-color: #E405CB;
}
</style>
border-color css
<style>
span { border-color: #E405CB; }
span { border-color: rgb(228,5,203); }
td.TdClassName
{
border-color: #E405CB;
}
.TagClassName
{
border-color: #E405CB;
}
</style>