Shades of Cerise #E14061
Tints of Cerise #E14061
RGB
CMYK
RGB Variations
Color information
#E14061 (or 0xE14061) is known color: Cerise. HEX triplet: E1, 40 and 61. RGB value is (225,64,97). Sum of RGB (Red+Green+Blue) = 225+64+97=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E14061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14061 is #1EBF9E. Grayscale: #737373. Windows color (decimal): -2015135 or 6373601. OLE color: 6373601.
HSL color Cylindrical-coordinate representation of color #E14061: hue angle of 347.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 #E14061 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 97 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.12 |
| HSL | 347.7º | 0.73% | 0.57% | - |
| HSV(B) | 347.7º | 0.72% | 0.88% | - |
| XYZ | 35.04 | 20.54 | 13.43 | - |
| YUV | 115.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 97 | 0 | 0.72 | 0.57 | 0.12 | 347.7 | 0.73 | 0.57 |
| Hex | E1 | 40 | 61 | 0 | 48 | 39 | C | 15C | 49 | 39 |
| Octal | 341 | 100 | 141 | 0 | 110 | 71 | 14 | 534 | 111 | 71 |
| Binary | 11100001 | 1000000 | 1100001 | 0 | 1001000 | 111001 | 1100 | 101011100 | 1001001 | 111001 |
Color Harmonies of #E14061
Complementary color
Monochromatic Colors of #E14061
Black with #E14061
Text Example
Text Example
White with #E14061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14061; }
p { color: rgb(225,64,97); }
H1.HeaderClassName
{
color: #E14061;
}
.AnyTagClassName
{
color: #E14061;
}
</style>
background-color css
<style>
a { background-color: #E14061; }
a { background-color: rgb(225,64,97); }
div.DivClassName
{
background-color: #E14061;
}
.BgClassName
{
background-color: #E14061;
}
</style>
border-color css
<style>
span { border-color: #E14061; }
span { border-color: rgb(225,64,97); }
td.TdClassName
{
border-color: #E14061;
}
.TagClassName
{
border-color: #E14061;
}
</style>