Shades of Deep Cerise #E14395
Tints of Deep Cerise #E14395
RGB
CMYK
RGB Variations
Color information
#E14395 (or 0xE14395) is known color: Deep Cerise. HEX triplet: E1, 43 and 95. RGB value is (225,67,149). Sum of RGB (Red+Green+Blue) = 225+67+149=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E14395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14395 is #1EBC6A. Grayscale: #7B7B7B. Windows color (decimal): -2014315 or 9782241. OLE color: 9782241.
HSL color Cylindrical-coordinate representation of color #E14395: hue angle of 328.86º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14395 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 149 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.12 |
| HSL | 328.86º | 0.72% | 0.57% | - |
| HSV(B) | 328.86º | 0.7% | 0.88% | - |
| XYZ | 38.48 | 22.19 | 30.69 | - |
| YUV | 123.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 149 | 0 | 0.70 | 0.34 | 0.12 | 328.86 | 0.72 | 0.57 |
| Hex | E1 | 43 | 95 | 0 | 46 | 22 | C | 149 | 48 | 39 |
| Octal | 341 | 103 | 225 | 0 | 106 | 42 | 14 | 511 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10010101 | 0 | 1000110 | 100010 | 1100 | 101001001 | 1001000 | 111001 |
Color Harmonies of #E14395
Complementary color
Monochromatic Colors of #E14395
Black with #E14395
Text Example
Text Example
White with #E14395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14395; }
p { color: rgb(225,67,149); }
H1.HeaderClassName
{
color: #E14395;
}
.AnyTagClassName
{
color: #E14395;
}
</style>
background-color css
<style>
a { background-color: #E14395; }
a { background-color: rgb(225,67,149); }
div.DivClassName
{
background-color: #E14395;
}
.BgClassName
{
background-color: #E14395;
}
</style>
border-color css
<style>
span { border-color: #E14395; }
span { border-color: rgb(225,67,149); }
td.TdClassName
{
border-color: #E14395;
}
.TagClassName
{
border-color: #E14395;
}
</style>