Shades of Deep Cerise #E0329A
Tints of Deep Cerise #E0329A
RGB
CMYK
RGB Variations
Color information
#E0329A (or 0xE0329A) is known color: Deep Cerise. HEX triplet: E0, 32 and 9A. RGB value is (224,50,154). Sum of RGB (Red+Green+Blue) = 224+50+154=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0329A is #1FCD65. Grayscale: #717171. Windows color (decimal): -2084198 or 10105568. OLE color: 10105568.
HSL color Cylindrical-coordinate representation of color #E0329A: hue angle of 324.14º 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 #E0329A is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 154 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.12 |
| HSL | 324.14º | 0.74% | 0.54% | - |
| HSV(B) | 324.14º | 0.78% | 0.88% | - |
| XYZ | 37.71 | 20.46 | 32.53 | - |
| YUV | 113.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 154 | 0 | 0.78 | 0.31 | 0.12 | 324.14 | 0.74 | 0.54 |
| Hex | E0 | 32 | 9A | 0 | 4E | 1F | C | 144 | 4A | 36 |
| Octal | 340 | 62 | 232 | 0 | 116 | 37 | 14 | 504 | 112 | 66 |
| Binary | 11100000 | 110010 | 10011010 | 0 | 1001110 | 11111 | 1100 | 101000100 | 1001010 | 110110 |
Color Harmonies of #E0329A
Complementary color
Monochromatic Colors of #E0329A
Black with #E0329A
Text Example
Text Example
White with #E0329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0329A; }
p { color: rgb(224,50,154); }
H1.HeaderClassName
{
color: #E0329A;
}
.AnyTagClassName
{
color: #E0329A;
}
</style>
background-color css
<style>
a { background-color: #E0329A; }
a { background-color: rgb(224,50,154); }
div.DivClassName
{
background-color: #E0329A;
}
.BgClassName
{
background-color: #E0329A;
}
</style>
border-color css
<style>
span { border-color: #E0329A; }
span { border-color: rgb(224,50,154); }
td.TdClassName
{
border-color: #E0329A;
}
.TagClassName
{
border-color: #E0329A;
}
</style>