Shades of Deep Magenta #E303C5
Tints of Deep Magenta #E303C5
RGB
CMYK
RGB Variations
Color information
#E303C5 (or 0xE303C5) is known color: Deep Magenta. HEX triplet: E3, 03 and C5. RGB value is (227,3,197). Sum of RGB (Red+Green+Blue) = 227+3+197=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E303C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E303C5 is #1CFC3A. Grayscale: #5B5B5B. Windows color (decimal): -1899579 or 12911587. OLE color: 12911587.
HSL color Cylindrical-coordinate representation of color #E303C5: hue angle of 308.04º 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 #E303C5 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 197 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.11 |
| HSL | 308.04º | 0.97% | 0.45% | - |
| HSV(B) | 308.04º | 0.99% | 0.89% | - |
| XYZ | 41.79 | 20.43 | 54.56 | - |
| YUV | 92.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 197 | 0 | 0.99 | 0.13 | 0.11 | 308.04 | 0.97 | 0.45 |
| Hex | E3 | 3 | C5 | 0 | 63 | D | B | 134 | 61 | 2D |
| Octal | 343 | 3 | 305 | 0 | 143 | 15 | 13 | 464 | 141 | 55 |
| Binary | 11100011 | 11 | 11000101 | 0 | 1100011 | 1101 | 1011 | 100110100 | 1100001 | 101101 |
Color Harmonies of #E303C5
Complementary color
Monochromatic Colors of #E303C5
Black with #E303C5
Text Example
Text Example
White with #E303C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303C5; }
p { color: rgb(227,3,197); }
H1.HeaderClassName
{
color: #E303C5;
}
.AnyTagClassName
{
color: #E303C5;
}
</style>
background-color css
<style>
a { background-color: #E303C5; }
a { background-color: rgb(227,3,197); }
div.DivClassName
{
background-color: #E303C5;
}
.BgClassName
{
background-color: #E303C5;
}
</style>
border-color css
<style>
span { border-color: #E303C5; }
span { border-color: rgb(227,3,197); }
td.TdClassName
{
border-color: #E303C5;
}
.TagClassName
{
border-color: #E303C5;
}
</style>