Shades of Deep Cerise #E0398B
Tints of Deep Cerise #E0398B
RGB
CMYK
RGB Variations
Color information
#E0398B (or 0xE0398B) is known color: Deep Cerise. HEX triplet: E0, 39 and 8B. RGB value is (224,57,139). Sum of RGB (Red+Green+Blue) = 224+57+139=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0398B is #1FC674. Grayscale: #747474. Windows color (decimal): -2082421 or 9124320. OLE color: 9124320.
HSL color Cylindrical-coordinate representation of color #E0398B: hue angle of 330.54º 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 #E0398B is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 139 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.12 |
| HSL | 330.54º | 0.73% | 0.55% | - |
| HSV(B) | 330.54º | 0.75% | 0.88% | - |
| XYZ | 36.86 | 20.64 | 26.47 | - |
| YUV | 116.28 | 140.83 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 139 | 0 | 0.75 | 0.38 | 0.12 | 330.54 | 0.73 | 0.55 |
| Hex | E0 | 39 | 8B | 0 | 4B | 26 | C | 14B | 49 | 37 |
| Octal | 340 | 71 | 213 | 0 | 113 | 46 | 14 | 513 | 111 | 67 |
| Binary | 11100000 | 111001 | 10001011 | 0 | 1001011 | 100110 | 1100 | 101001011 | 1001001 | 110111 |
Color Harmonies of #E0398B
Complementary color
Monochromatic Colors of #E0398B
Black with #E0398B
Text Example
Text Example
White with #E0398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0398B; }
p { color: rgb(224,57,139); }
H1.HeaderClassName
{
color: #E0398B;
}
.AnyTagClassName
{
color: #E0398B;
}
</style>
background-color css
<style>
a { background-color: #E0398B; }
a { background-color: rgb(224,57,139); }
div.DivClassName
{
background-color: #E0398B;
}
.BgClassName
{
background-color: #E0398B;
}
</style>
border-color css
<style>
span { border-color: #E0398B; }
span { border-color: rgb(224,57,139); }
td.TdClassName
{
border-color: #E0398B;
}
.TagClassName
{
border-color: #E0398B;
}
</style>