Shades of Deep Magenta #E406CB
Tints of Deep Magenta #E406CB
RGB
CMYK
RGB Variations
Color information
#E406CB (or 0xE406CB) is known color: Deep Magenta. HEX triplet: E4, 06 and CB. RGB value is (228,6,203). Sum of RGB (Red+Green+Blue) = 228+6+203=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E406CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E406CB is #1BF934. Grayscale: #5E5E5E. Windows color (decimal): -1833269 or 13305572. OLE color: 13305572.
HSL color Cylindrical-coordinate representation of color #E406CB: hue angle of 306.76º degrees, saturation: 0.95, 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 #E406CB is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.11 |
| HSL | 306.76º | 0.95% | 0.46% | - |
| HSV(B) | 306.76º | 0.97% | 0.89% | - |
| XYZ | 42.84 | 20.94 | 58.28 | - |
| YUV | 94.84 | 189.05 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 203 | 0 | 0.97 | 0.11 | 0.11 | 306.76 | 0.95 | 0.46 |
| Hex | E4 | 6 | CB | 0 | 61 | B | B | 133 | 5F | 2E |
| Octal | 344 | 6 | 313 | 0 | 141 | 13 | 13 | 463 | 137 | 56 |
| Binary | 11100100 | 110 | 11001011 | 0 | 1100001 | 1011 | 1011 | 100110011 | 1011111 | 101110 |
Color Harmonies of #E406CB
Complementary color
Monochromatic Colors of #E406CB
Black with #E406CB
Text Example
Text Example
White with #E406CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406CB; }
p { color: rgb(228,6,203); }
H1.HeaderClassName
{
color: #E406CB;
}
.AnyTagClassName
{
color: #E406CB;
}
</style>
background-color css
<style>
a { background-color: #E406CB; }
a { background-color: rgb(228,6,203); }
div.DivClassName
{
background-color: #E406CB;
}
.BgClassName
{
background-color: #E406CB;
}
</style>
border-color css
<style>
span { border-color: #E406CB; }
span { border-color: rgb(228,6,203); }
td.TdClassName
{
border-color: #E406CB;
}
.TagClassName
{
border-color: #E406CB;
}
</style>