Shades of Deep Cerise #E14298
Tints of Deep Cerise #E14298
RGB
CMYK
RGB Variations
Color information
#E14298 (or 0xE14298) is known color: Deep Cerise. HEX triplet: E1, 42 and 98. RGB value is (225,66,152). Sum of RGB (Red+Green+Blue) = 225+66+152=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E14298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14298 is #1EBD67. Grayscale: #7B7B7B. Windows color (decimal): -2014568 or 9978593. OLE color: 9978593.
HSL color Cylindrical-coordinate representation of color #E14298: hue angle of 327.55º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14298 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 152 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.12 |
| HSL | 327.55º | 0.73% | 0.57% | - |
| HSV(B) | 327.55º | 0.71% | 0.88% | - |
| XYZ | 38.67 | 22.17 | 31.95 | - |
| YUV | 123.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 152 | 0 | 0.71 | 0.32 | 0.12 | 327.55 | 0.73 | 0.57 |
| Hex | E1 | 42 | 98 | 0 | 47 | 20 | C | 148 | 49 | 39 |
| Octal | 341 | 102 | 230 | 0 | 107 | 40 | 14 | 510 | 111 | 71 |
| Binary | 11100001 | 1000010 | 10011000 | 0 | 1000111 | 100000 | 1100 | 101001000 | 1001001 | 111001 |
Color Harmonies of #E14298
Complementary color
Monochromatic Colors of #E14298
Black with #E14298
Text Example
Text Example
White with #E14298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14298; }
p { color: rgb(225,66,152); }
H1.HeaderClassName
{
color: #E14298;
}
.AnyTagClassName
{
color: #E14298;
}
</style>
background-color css
<style>
a { background-color: #E14298; }
a { background-color: rgb(225,66,152); }
div.DivClassName
{
background-color: #E14298;
}
.BgClassName
{
background-color: #E14298;
}
</style>
border-color css
<style>
span { border-color: #E14298; }
span { border-color: rgb(225,66,152); }
td.TdClassName
{
border-color: #E14298;
}
.TagClassName
{
border-color: #E14298;
}
</style>