Shades of Deep Cerise #E0328A
Tints of Deep Cerise #E0328A
RGB
CMYK
RGB Variations
Color information
#E0328A (or 0xE0328A) is known color: Deep Cerise. HEX triplet: E0, 32 and 8A. RGB value is (224,50,138). Sum of RGB (Red+Green+Blue) = 224+50+138=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0328A is #1FCD75. Grayscale: #6F6F6F. Windows color (decimal): -2084214 or 9056992. OLE color: 9056992.
HSL color Cylindrical-coordinate representation of color #E0328A: hue angle of 329.66º 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 #E0328A is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 138 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.12 |
| HSL | 329.66º | 0.74% | 0.54% | - |
| HSV(B) | 329.66º | 0.78% | 0.88% | - |
| XYZ | 36.47 | 19.96 | 25.98 | - |
| YUV | 112.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 138 | 0 | 0.78 | 0.38 | 0.12 | 329.66 | 0.74 | 0.54 |
| Hex | E0 | 32 | 8A | 0 | 4E | 26 | C | 14A | 4A | 36 |
| Octal | 340 | 62 | 212 | 0 | 116 | 46 | 14 | 512 | 112 | 66 |
| Binary | 11100000 | 110010 | 10001010 | 0 | 1001110 | 100110 | 1100 | 101001010 | 1001010 | 110110 |
Color Harmonies of #E0328A
Complementary color
Monochromatic Colors of #E0328A
Black with #E0328A
Text Example
Text Example
White with #E0328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0328A; }
p { color: rgb(224,50,138); }
H1.HeaderClassName
{
color: #E0328A;
}
.AnyTagClassName
{
color: #E0328A;
}
</style>
background-color css
<style>
a { background-color: #E0328A; }
a { background-color: rgb(224,50,138); }
div.DivClassName
{
background-color: #E0328A;
}
.BgClassName
{
background-color: #E0328A;
}
</style>
border-color css
<style>
span { border-color: #E0328A; }
span { border-color: rgb(224,50,138); }
td.TdClassName
{
border-color: #E0328A;
}
.TagClassName
{
border-color: #E0328A;
}
</style>