Shades of Deep Magenta #E301CB
Tints of Deep Magenta #E301CB
RGB
CMYK
RGB Variations
Color information
#E301CB (or 0xE301CB) is known color: Deep Magenta. HEX triplet: E3, 01 and CB. RGB value is (227,1,203). Sum of RGB (Red+Green+Blue) = 227+1+203=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E301CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301CB is #1CFE34. Grayscale: #5B5B5B. Windows color (decimal): -1900085 or 13304291. OLE color: 13304291.
HSL color Cylindrical-coordinate representation of color #E301CB: hue angle of 306.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301CB is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.11 |
| HSL | 306.37º | 0.99% | 0.45% | - |
| HSV(B) | 306.37º | 1% | 0.89% | - |
| XYZ | 42.47 | 20.66 | 58.25 | - |
| YUV | 91.6 | 190.87 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 203 | 0 | 1.00 | 0.11 | 0.11 | 306.37 | 0.99 | 0.45 |
| Hex | E3 | 1 | CB | 0 | 64 | B | B | 132 | 63 | 2D |
| Octal | 343 | 1 | 313 | 0 | 144 | 13 | 13 | 462 | 143 | 55 |
| Binary | 11100011 | 1 | 11001011 | 0 | 1100100 | 1011 | 1011 | 100110010 | 1100011 | 101101 |
Color Harmonies of #E301CB
Complementary color
Monochromatic Colors of #E301CB
Black with #E301CB
Text Example
Text Example
White with #E301CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301CB; }
p { color: rgb(227,1,203); }
H1.HeaderClassName
{
color: #E301CB;
}
.AnyTagClassName
{
color: #E301CB;
}
</style>
background-color css
<style>
a { background-color: #E301CB; }
a { background-color: rgb(227,1,203); }
div.DivClassName
{
background-color: #E301CB;
}
.BgClassName
{
background-color: #E301CB;
}
</style>
border-color css
<style>
span { border-color: #E301CB; }
span { border-color: rgb(227,1,203); }
td.TdClassName
{
border-color: #E301CB;
}
.TagClassName
{
border-color: #E301CB;
}
</style>