Shades of Deep Cerise #E0327A
Tints of Deep Cerise #E0327A
RGB
CMYK
RGB Variations
Color information
#E0327A (or 0xE0327A) is known color: Deep Cerise. HEX triplet: E0, 32 and 7A. RGB value is (224,50,122). Sum of RGB (Red+Green+Blue) = 224+50+122=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E0327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0327A is #1FCD85. Grayscale: #6E6E6E. Windows color (decimal): -2084230 or 8008416. OLE color: 8008416.
HSL color Cylindrical-coordinate representation of color #E0327A: hue angle of 335.17º 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 #E0327A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 122 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.12 |
| HSL | 335.17º | 0.74% | 0.54% | - |
| HSV(B) | 335.17º | 0.78% | 0.88% | - |
| XYZ | 35.39 | 19.53 | 20.32 | - |
| YUV | 110.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 122 | 0 | 0.78 | 0.46 | 0.12 | 335.17 | 0.74 | 0.54 |
| Hex | E0 | 32 | 7A | 0 | 4E | 2E | C | 14F | 4A | 36 |
| Octal | 340 | 62 | 172 | 0 | 116 | 56 | 14 | 517 | 112 | 66 |
| Binary | 11100000 | 110010 | 1111010 | 0 | 1001110 | 101110 | 1100 | 101001111 | 1001010 | 110110 |
Color Harmonies of #E0327A
Complementary color
Monochromatic Colors of #E0327A
Black with #E0327A
Text Example
Text Example
White with #E0327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0327A; }
p { color: rgb(224,50,122); }
H1.HeaderClassName
{
color: #E0327A;
}
.AnyTagClassName
{
color: #E0327A;
}
</style>
background-color css
<style>
a { background-color: #E0327A; }
a { background-color: rgb(224,50,122); }
div.DivClassName
{
background-color: #E0327A;
}
.BgClassName
{
background-color: #E0327A;
}
</style>
border-color css
<style>
span { border-color: #E0327A; }
span { border-color: rgb(224,50,122); }
td.TdClassName
{
border-color: #E0327A;
}
.TagClassName
{
border-color: #E0327A;
}
</style>