Shades of Deep Cerise #E14097
Tints of Deep Cerise #E14097
RGB
CMYK
RGB Variations
Color information
#E14097 (or 0xE14097) is known color: Deep Cerise. HEX triplet: E1, 40 and 97. RGB value is (225,64,151). Sum of RGB (Red+Green+Blue) = 225+64+151=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14097 is #1EBF68. Grayscale: #797979. Windows color (decimal): -2015081 or 9912545. OLE color: 9912545.
HSL color Cylindrical-coordinate representation of color #E14097: hue angle of 327.58º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14097 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 151 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.12 |
| HSL | 327.58º | 0.73% | 0.57% | - |
| HSV(B) | 327.58º | 0.72% | 0.88% | - |
| XYZ | 38.47 | 21.91 | 31.48 | - |
| YUV | 122.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 151 | 0 | 0.72 | 0.33 | 0.12 | 327.58 | 0.73 | 0.57 |
| Hex | E1 | 40 | 97 | 0 | 48 | 21 | C | 148 | 49 | 39 |
| Octal | 341 | 100 | 227 | 0 | 110 | 41 | 14 | 510 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10010111 | 0 | 1001000 | 100001 | 1100 | 101001000 | 1001001 | 111001 |
Color Harmonies of #E14097
Complementary color
Monochromatic Colors of #E14097
Black with #E14097
Text Example
Text Example
White with #E14097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14097; }
p { color: rgb(225,64,151); }
H1.HeaderClassName
{
color: #E14097;
}
.AnyTagClassName
{
color: #E14097;
}
</style>
background-color css
<style>
a { background-color: #E14097; }
a { background-color: rgb(225,64,151); }
div.DivClassName
{
background-color: #E14097;
}
.BgClassName
{
background-color: #E14097;
}
</style>
border-color css
<style>
span { border-color: #E14097; }
span { border-color: rgb(225,64,151); }
td.TdClassName
{
border-color: #E14097;
}
.TagClassName
{
border-color: #E14097;
}
</style>