Shades of Deep Magenta #E304CC
Tints of Deep Magenta #E304CC
RGB
CMYK
RGB Variations
Color information
#E304CC (or 0xE304CC) is known color: Deep Magenta. HEX triplet: E3, 04 and CC. RGB value is (227,4,204). Sum of RGB (Red+Green+Blue) = 227+4+204=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E304CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304CC is #1CFB33. Grayscale: #5C5C5C. Windows color (decimal): -1899316 or 13370595. OLE color: 13370595.
HSL color Cylindrical-coordinate representation of color #E304CC: hue angle of 306.19º 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 #E304CC is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.11 |
| HSL | 306.19º | 0.97% | 0.45% | - |
| HSV(B) | 306.19º | 0.98% | 0.89% | - |
| XYZ | 42.62 | 20.78 | 58.89 | - |
| YUV | 93.48 | 190.38 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 204 | 0 | 0.98 | 0.10 | 0.11 | 306.19 | 0.97 | 0.45 |
| Hex | E3 | 4 | CC | 0 | 62 | A | B | 132 | 61 | 2D |
| Octal | 343 | 4 | 314 | 0 | 142 | 12 | 13 | 462 | 141 | 55 |
| Binary | 11100011 | 100 | 11001100 | 0 | 1100010 | 1010 | 1011 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E304CC
Complementary color
Monochromatic Colors of #E304CC
Black with #E304CC
Text Example
Text Example
White with #E304CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304CC; }
p { color: rgb(227,4,204); }
H1.HeaderClassName
{
color: #E304CC;
}
.AnyTagClassName
{
color: #E304CC;
}
</style>
background-color css
<style>
a { background-color: #E304CC; }
a { background-color: rgb(227,4,204); }
div.DivClassName
{
background-color: #E304CC;
}
.BgClassName
{
background-color: #E304CC;
}
</style>
border-color css
<style>
span { border-color: #E304CC; }
span { border-color: rgb(227,4,204); }
td.TdClassName
{
border-color: #E304CC;
}
.TagClassName
{
border-color: #E304CC;
}
</style>