Shades of Deep Magenta #E303C4
Tints of Deep Magenta #E303C4
RGB
CMYK
RGB Variations
Color information
#E303C4 (or 0xE303C4) is known color: Deep Magenta. HEX triplet: E3, 03 and C4. RGB value is (227,3,196). Sum of RGB (Red+Green+Blue) = 227+3+196=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E303C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E303C4 is #1CFC3B. Grayscale: #5B5B5B. Windows color (decimal): -1899580 or 12846051. OLE color: 12846051.
HSL color Cylindrical-coordinate representation of color #E303C4: hue angle of 308.3º 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 #E303C4 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 196 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.11 |
| HSL | 308.3º | 0.97% | 0.45% | - |
| HSV(B) | 308.3º | 0.99% | 0.89% | - |
| XYZ | 41.67 | 20.38 | 53.96 | - |
| YUV | 91.98 | 186.71 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 196 | 0 | 0.99 | 0.14 | 0.11 | 308.3 | 0.97 | 0.45 |
| Hex | E3 | 3 | C4 | 0 | 63 | E | B | 134 | 61 | 2D |
| Octal | 343 | 3 | 304 | 0 | 143 | 16 | 13 | 464 | 141 | 55 |
| Binary | 11100011 | 11 | 11000100 | 0 | 1100011 | 1110 | 1011 | 100110100 | 1100001 | 101101 |
Color Harmonies of #E303C4
Complementary color
Monochromatic Colors of #E303C4
Black with #E303C4
Text Example
Text Example
White with #E303C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303C4; }
p { color: rgb(227,3,196); }
H1.HeaderClassName
{
color: #E303C4;
}
.AnyTagClassName
{
color: #E303C4;
}
</style>
background-color css
<style>
a { background-color: #E303C4; }
a { background-color: rgb(227,3,196); }
div.DivClassName
{
background-color: #E303C4;
}
.BgClassName
{
background-color: #E303C4;
}
</style>
border-color css
<style>
span { border-color: #E303C4; }
span { border-color: rgb(227,3,196); }
td.TdClassName
{
border-color: #E303C4;
}
.TagClassName
{
border-color: #E303C4;
}
</style>