Shades of Deep Cerise #E14192
Tints of Deep Cerise #E14192
RGB
CMYK
RGB Variations
Color information
#E14192 (or 0xE14192) is known color: Deep Cerise. HEX triplet: E1, 41 and 92. RGB value is (225,65,146). Sum of RGB (Red+Green+Blue) = 225+65+146=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E14192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14192 is #1EBE6D. Grayscale: #797979. Windows color (decimal): -2014830 or 9585121. OLE color: 9585121.
HSL color Cylindrical-coordinate representation of color #E14192: hue angle of 329.62º 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 #E14192 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 146 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.12 |
| HSL | 329.63º | 0.73% | 0.57% | - |
| HSV(B) | 329.63º | 0.71% | 0.88% | - |
| XYZ | 38.13 | 21.86 | 29.4 | - |
| YUV | 122.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 146 | 0 | 0.71 | 0.35 | 0.12 | 329.63 | 0.73 | 0.57 |
| Hex | E1 | 41 | 92 | 0 | 47 | 23 | C | 14A | 49 | 39 |
| Octal | 341 | 101 | 222 | 0 | 107 | 43 | 14 | 512 | 111 | 71 |
| Binary | 11100001 | 1000001 | 10010010 | 0 | 1000111 | 100011 | 1100 | 101001010 | 1001001 | 111001 |
Color Harmonies of #E14192
Complementary color
Monochromatic Colors of #E14192
Black with #E14192
Text Example
Text Example
White with #E14192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14192; }
p { color: rgb(225,65,146); }
H1.HeaderClassName
{
color: #E14192;
}
.AnyTagClassName
{
color: #E14192;
}
</style>
background-color css
<style>
a { background-color: #E14192; }
a { background-color: rgb(225,65,146); }
div.DivClassName
{
background-color: #E14192;
}
.BgClassName
{
background-color: #E14192;
}
</style>
border-color css
<style>
span { border-color: #E14192; }
span { border-color: rgb(225,65,146); }
td.TdClassName
{
border-color: #E14192;
}
.TagClassName
{
border-color: #E14192;
}
</style>