Shades of Deep Magenta #E407CB
Tints of Deep Magenta #E407CB
RGB
CMYK
RGB Variations
Color information
#E407CB (or 0xE407CB) is known color: Deep Magenta. HEX triplet: E4, 07 and CB. RGB value is (228,7,203). Sum of RGB (Red+Green+Blue) = 228+7+203=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E407CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407CB is #1BF834. Grayscale: #5E5E5E. Windows color (decimal): -1833013 or 13305828. OLE color: 13305828.
HSL color Cylindrical-coordinate representation of color #E407CB: hue angle of 306.79º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407CB is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 203 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.11 |
| HSL | 306.79º | 0.94% | 0.46% | - |
| HSV(B) | 306.79º | 0.97% | 0.89% | - |
| XYZ | 42.85 | 20.96 | 58.29 | - |
| YUV | 95.42 | 188.72 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 203 | 0 | 0.97 | 0.11 | 0.11 | 306.79 | 0.94 | 0.46 |
| Hex | E4 | 7 | CB | 0 | 61 | B | B | 133 | 5E | 2E |
| Octal | 344 | 7 | 313 | 0 | 141 | 13 | 13 | 463 | 136 | 56 |
| Binary | 11100100 | 111 | 11001011 | 0 | 1100001 | 1011 | 1011 | 100110011 | 1011110 | 101110 |
Color Harmonies of #E407CB
Complementary color
Monochromatic Colors of #E407CB
Black with #E407CB
Text Example
Text Example
White with #E407CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407CB; }
p { color: rgb(228,7,203); }
H1.HeaderClassName
{
color: #E407CB;
}
.AnyTagClassName
{
color: #E407CB;
}
</style>
background-color css
<style>
a { background-color: #E407CB; }
a { background-color: rgb(228,7,203); }
div.DivClassName
{
background-color: #E407CB;
}
.BgClassName
{
background-color: #E407CB;
}
</style>
border-color css
<style>
span { border-color: #E407CB; }
span { border-color: rgb(228,7,203); }
td.TdClassName
{
border-color: #E407CB;
}
.TagClassName
{
border-color: #E407CB;
}
</style>