Shades of Deep Magenta #E303CB
Tints of Deep Magenta #E303CB
RGB
CMYK
RGB Variations
Color information
#E303CB (or 0xE303CB) is known color: Deep Magenta. HEX triplet: E3, 03 and CB. RGB value is (227,3,203). Sum of RGB (Red+Green+Blue) = 227+3+203=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E303CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E303CB is #1CFC34. Grayscale: #5C5C5C. Windows color (decimal): -1899573 or 13304803. OLE color: 13304803.
HSL color Cylindrical-coordinate representation of color #E303CB: hue angle of 306.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E303CB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 203 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.11 |
| HSL | 306.43º | 0.97% | 0.45% | - |
| HSV(B) | 306.43º | 0.99% | 0.89% | - |
| XYZ | 42.49 | 20.71 | 58.26 | - |
| YUV | 92.78 | 190.21 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 203 | 0 | 0.99 | 0.11 | 0.11 | 306.43 | 0.97 | 0.45 |
| Hex | E3 | 3 | CB | 0 | 63 | B | B | 132 | 61 | 2D |
| Octal | 343 | 3 | 313 | 0 | 143 | 13 | 13 | 462 | 141 | 55 |
| Binary | 11100011 | 11 | 11001011 | 0 | 1100011 | 1011 | 1011 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E303CB
Complementary color
Monochromatic Colors of #E303CB
Black with #E303CB
Text Example
Text Example
White with #E303CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303CB; }
p { color: rgb(227,3,203); }
H1.HeaderClassName
{
color: #E303CB;
}
.AnyTagClassName
{
color: #E303CB;
}
</style>
background-color css
<style>
a { background-color: #E303CB; }
a { background-color: rgb(227,3,203); }
div.DivClassName
{
background-color: #E303CB;
}
.BgClassName
{
background-color: #E303CB;
}
</style>
border-color css
<style>
span { border-color: #E303CB; }
span { border-color: rgb(227,3,203); }
td.TdClassName
{
border-color: #E303CB;
}
.TagClassName
{
border-color: #E303CB;
}
</style>