Shades of Cerise #E14461
Tints of Cerise #E14461
RGB
CMYK
RGB Variations
Color information
#E14461 (or 0xE14461) is known color: Cerise. HEX triplet: E1, 44 and 61. RGB value is (225,68,97). Sum of RGB (Red+Green+Blue) = 225+68+97=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E14461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14461 is #1EBB9E. Grayscale: #767676. Windows color (decimal): -2014111 or 6374625. OLE color: 6374625.
HSL color Cylindrical-coordinate representation of color #E14461: hue angle of 348.92º 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 #E14461 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 97 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.12 |
| HSL | 348.92º | 0.72% | 0.57% | - |
| HSV(B) | 348.92º | 0.7% | 0.88% | - |
| XYZ | 35.28 | 21 | 13.5 | - |
| YUV | 118.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 97 | 0 | 0.70 | 0.57 | 0.12 | 348.92 | 0.72 | 0.57 |
| Hex | E1 | 44 | 61 | 0 | 46 | 39 | C | 15D | 48 | 39 |
| Octal | 341 | 104 | 141 | 0 | 106 | 71 | 14 | 535 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1100001 | 0 | 1000110 | 111001 | 1100 | 101011101 | 1001000 | 111001 |
Color Harmonies of #E14461
Complementary color
Monochromatic Colors of #E14461
Black with #E14461
Text Example
Text Example
White with #E14461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14461; }
p { color: rgb(225,68,97); }
H1.HeaderClassName
{
color: #E14461;
}
.AnyTagClassName
{
color: #E14461;
}
</style>
background-color css
<style>
a { background-color: #E14461; }
a { background-color: rgb(225,68,97); }
div.DivClassName
{
background-color: #E14461;
}
.BgClassName
{
background-color: #E14461;
}
</style>
border-color css
<style>
span { border-color: #E14461; }
span { border-color: rgb(225,68,97); }
td.TdClassName
{
border-color: #E14461;
}
.TagClassName
{
border-color: #E14461;
}
</style>