Shades of Deep Cerise #E14598
Tints of Deep Cerise #E14598
RGB
CMYK
RGB Variations
Color information
#E14598 (or 0xE14598) is known color: Deep Cerise. HEX triplet: E1, 45 and 98. RGB value is (225,69,152). Sum of RGB (Red+Green+Blue) = 225+69+152=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E14598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14598 is #1EBA67. Grayscale: #7C7C7C. Windows color (decimal): -2013800 or 9979361. OLE color: 9979361.
HSL color Cylindrical-coordinate representation of color #E14598: hue angle of 328.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14598 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 152 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.12 |
| HSL | 328.08º | 0.72% | 0.58% | - |
| HSV(B) | 328.08º | 0.69% | 0.88% | - |
| XYZ | 38.85 | 22.53 | 32.01 | - |
| YUV | 125.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 152 | 0 | 0.69 | 0.32 | 0.12 | 328.08 | 0.72 | 0.58 |
| Hex | E1 | 45 | 98 | 0 | 45 | 20 | C | 148 | 48 | 3A |
| Octal | 341 | 105 | 230 | 0 | 105 | 40 | 14 | 510 | 110 | 72 |
| Binary | 11100001 | 1000101 | 10011000 | 0 | 1000101 | 100000 | 1100 | 101001000 | 1001000 | 111010 |
Color Harmonies of #E14598
Complementary color
Monochromatic Colors of #E14598
Black with #E14598
Text Example
Text Example
White with #E14598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14598; }
p { color: rgb(225,69,152); }
H1.HeaderClassName
{
color: #E14598;
}
.AnyTagClassName
{
color: #E14598;
}
</style>
background-color css
<style>
a { background-color: #E14598; }
a { background-color: rgb(225,69,152); }
div.DivClassName
{
background-color: #E14598;
}
.BgClassName
{
background-color: #E14598;
}
</style>
border-color css
<style>
span { border-color: #E14598; }
span { border-color: rgb(225,69,152); }
td.TdClassName
{
border-color: #E14598;
}
.TagClassName
{
border-color: #E14598;
}
</style>