Shades of Deep Cerise #E0397A
Tints of Deep Cerise #E0397A
RGB
CMYK
RGB Variations
Color information
#E0397A (or 0xE0397A) is known color: Deep Cerise. HEX triplet: E0, 39 and 7A. RGB value is (224,57,122). Sum of RGB (Red+Green+Blue) = 224+57+122=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0397A is #1FC685. Grayscale: #727272. Windows color (decimal): -2082438 or 8010208. OLE color: 8010208.
HSL color Cylindrical-coordinate representation of color #E0397A: hue angle of 336.65º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0397A is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 122 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.12 |
| HSL | 336.65º | 0.73% | 0.55% | - |
| HSV(B) | 336.65º | 0.75% | 0.88% | - |
| XYZ | 35.72 | 20.18 | 20.42 | - |
| YUV | 114.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 122 | 0 | 0.75 | 0.46 | 0.12 | 336.65 | 0.73 | 0.55 |
| Hex | E0 | 39 | 7A | 0 | 4B | 2E | C | 151 | 49 | 37 |
| Octal | 340 | 71 | 172 | 0 | 113 | 56 | 14 | 521 | 111 | 67 |
| Binary | 11100000 | 111001 | 1111010 | 0 | 1001011 | 101110 | 1100 | 101010001 | 1001001 | 110111 |
Color Harmonies of #E0397A
Complementary color
Monochromatic Colors of #E0397A
Black with #E0397A
Text Example
Text Example
White with #E0397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0397A; }
p { color: rgb(224,57,122); }
H1.HeaderClassName
{
color: #E0397A;
}
.AnyTagClassName
{
color: #E0397A;
}
</style>
background-color css
<style>
a { background-color: #E0397A; }
a { background-color: rgb(224,57,122); }
div.DivClassName
{
background-color: #E0397A;
}
.BgClassName
{
background-color: #E0397A;
}
</style>
border-color css
<style>
span { border-color: #E0397A; }
span { border-color: rgb(224,57,122); }
td.TdClassName
{
border-color: #E0397A;
}
.TagClassName
{
border-color: #E0397A;
}
</style>