Shades of Deep Cerise #E034A3
Tints of Deep Cerise #E034A3
RGB
CMYK
RGB Variations
Color information
#E034A3 (or 0xE034A3) is known color: Deep Cerise. HEX triplet: E0, 34 and A3. RGB value is (224,52,163). Sum of RGB (Red+Green+Blue) = 224+52+163=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E034A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034A3 is #1FCB5C. Grayscale: #737373. Windows color (decimal): -2083677 or 10695904. OLE color: 10695904.
HSL color Cylindrical-coordinate representation of color #E034A3: hue angle of 321.28º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E034A3 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 163 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.12 |
| HSL | 321.28º | 0.74% | 0.54% | - |
| HSV(B) | 321.28º | 0.77% | 0.88% | - |
| XYZ | 38.58 | 20.95 | 36.66 | - |
| YUV | 116.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 163 | 0 | 0.77 | 0.27 | 0.12 | 321.28 | 0.74 | 0.54 |
| Hex | E0 | 34 | A3 | 0 | 4D | 1B | C | 141 | 4A | 36 |
| Octal | 340 | 64 | 243 | 0 | 115 | 33 | 14 | 501 | 112 | 66 |
| Binary | 11100000 | 110100 | 10100011 | 0 | 1001101 | 11011 | 1100 | 101000001 | 1001010 | 110110 |
Color Harmonies of #E034A3
Complementary color
Monochromatic Colors of #E034A3
Black with #E034A3
Text Example
Text Example
White with #E034A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E034A3; }
p { color: rgb(224,52,163); }
H1.HeaderClassName
{
color: #E034A3;
}
.AnyTagClassName
{
color: #E034A3;
}
</style>
background-color css
<style>
a { background-color: #E034A3; }
a { background-color: rgb(224,52,163); }
div.DivClassName
{
background-color: #E034A3;
}
.BgClassName
{
background-color: #E034A3;
}
</style>
border-color css
<style>
span { border-color: #E034A3; }
span { border-color: rgb(224,52,163); }
td.TdClassName
{
border-color: #E034A3;
}
.TagClassName
{
border-color: #E034A3;
}
</style>