Shades of Deep Cerise #E032A3
Tints of Deep Cerise #E032A3
RGB
CMYK
RGB Variations
Color information
#E032A3 (or 0xE032A3) is known color: Deep Cerise. HEX triplet: E0, 32 and A3. RGB value is (224,50,163). Sum of RGB (Red+Green+Blue) = 224+50+163=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E032A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E032A3 is #1FCD5C. Grayscale: #727272. Windows color (decimal): -2084189 or 10695392. OLE color: 10695392.
HSL color Cylindrical-coordinate representation of color #E032A3: hue angle of 321.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032A3 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 163 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.12 |
| HSL | 321.03º | 0.74% | 0.54% | - |
| HSV(B) | 321.03º | 0.78% | 0.88% | - |
| XYZ | 38.49 | 20.77 | 36.63 | - |
| YUV | 114.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 163 | 0 | 0.78 | 0.27 | 0.12 | 321.03 | 0.74 | 0.54 |
| Hex | E0 | 32 | A3 | 0 | 4E | 1B | C | 141 | 4A | 36 |
| Octal | 340 | 62 | 243 | 0 | 116 | 33 | 14 | 501 | 112 | 66 |
| Binary | 11100000 | 110010 | 10100011 | 0 | 1001110 | 11011 | 1100 | 101000001 | 1001010 | 110110 |
Color Harmonies of #E032A3
Complementary color
Monochromatic Colors of #E032A3
Black with #E032A3
Text Example
Text Example
White with #E032A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032A3; }
p { color: rgb(224,50,163); }
H1.HeaderClassName
{
color: #E032A3;
}
.AnyTagClassName
{
color: #E032A3;
}
</style>
background-color css
<style>
a { background-color: #E032A3; }
a { background-color: rgb(224,50,163); }
div.DivClassName
{
background-color: #E032A3;
}
.BgClassName
{
background-color: #E032A3;
}
</style>
border-color css
<style>
span { border-color: #E032A3; }
span { border-color: rgb(224,50,163); }
td.TdClassName
{
border-color: #E032A3;
}
.TagClassName
{
border-color: #E032A3;
}
</style>