Shades of Deep Cerise #E14094
Tints of Deep Cerise #E14094
RGB
CMYK
RGB Variations
Color information
#E14094 (or 0xE14094) is known color: Deep Cerise. HEX triplet: E1, 40 and 94. RGB value is (225,64,148). Sum of RGB (Red+Green+Blue) = 225+64+148=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E14094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14094 is #1EBF6B. Grayscale: #797979. Windows color (decimal): -2015084 or 9715937. OLE color: 9715937.
HSL color Cylindrical-coordinate representation of color #E14094: hue angle of 328.7º 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 #E14094 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 148 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.12 |
| HSL | 328.7º | 0.73% | 0.57% | - |
| HSV(B) | 328.7º | 0.72% | 0.88% | - |
| XYZ | 38.23 | 21.81 | 30.21 | - |
| YUV | 121.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 148 | 0 | 0.72 | 0.34 | 0.12 | 328.7 | 0.73 | 0.57 |
| Hex | E1 | 40 | 94 | 0 | 48 | 22 | C | 149 | 49 | 39 |
| Octal | 341 | 100 | 224 | 0 | 110 | 42 | 14 | 511 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10010100 | 0 | 1001000 | 100010 | 1100 | 101001001 | 1001001 | 111001 |
Color Harmonies of #E14094
Complementary color
Monochromatic Colors of #E14094
Black with #E14094
Text Example
Text Example
White with #E14094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14094; }
p { color: rgb(225,64,148); }
H1.HeaderClassName
{
color: #E14094;
}
.AnyTagClassName
{
color: #E14094;
}
</style>
background-color css
<style>
a { background-color: #E14094; }
a { background-color: rgb(225,64,148); }
div.DivClassName
{
background-color: #E14094;
}
.BgClassName
{
background-color: #E14094;
}
</style>
border-color css
<style>
span { border-color: #E14094; }
span { border-color: rgb(225,64,148); }
td.TdClassName
{
border-color: #E14094;
}
.TagClassName
{
border-color: #E14094;
}
</style>