Shades of Deep Magenta #E304C3
Tints of Deep Magenta #E304C3
RGB
CMYK
RGB Variations
Color information
#E304C3 (or 0xE304C3) is known color: Deep Magenta. HEX triplet: E3, 04 and C3. RGB value is (227,4,195). Sum of RGB (Red+Green+Blue) = 227+4+195=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E304C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304C3 is #1CFB3C. Grayscale: #5B5B5B. Windows color (decimal): -1899325 or 12780771. OLE color: 12780771.
HSL color Cylindrical-coordinate representation of color #E304C3: hue angle of 308.61º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304C3 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.11 |
| HSL | 308.61º | 0.97% | 0.45% | - |
| HSV(B) | 308.61º | 0.98% | 0.89% | - |
| XYZ | 41.57 | 20.36 | 53.37 | - |
| YUV | 92.45 | 185.88 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 195 | 0 | 0.98 | 0.14 | 0.11 | 308.61 | 0.97 | 0.45 |
| Hex | E3 | 4 | C3 | 0 | 62 | E | B | 135 | 61 | 2D |
| Octal | 343 | 4 | 303 | 0 | 142 | 16 | 13 | 465 | 141 | 55 |
| Binary | 11100011 | 100 | 11000011 | 0 | 1100010 | 1110 | 1011 | 100110101 | 1100001 | 101101 |
Color Harmonies of #E304C3
Complementary color
Monochromatic Colors of #E304C3
Black with #E304C3
Text Example
Text Example
White with #E304C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304C3; }
p { color: rgb(227,4,195); }
H1.HeaderClassName
{
color: #E304C3;
}
.AnyTagClassName
{
color: #E304C3;
}
</style>
background-color css
<style>
a { background-color: #E304C3; }
a { background-color: rgb(227,4,195); }
div.DivClassName
{
background-color: #E304C3;
}
.BgClassName
{
background-color: #E304C3;
}
</style>
border-color css
<style>
span { border-color: #E304C3; }
span { border-color: rgb(227,4,195); }
td.TdClassName
{
border-color: #E304C3;
}
.TagClassName
{
border-color: #E304C3;
}
</style>