Shades of Cerise #E14564
Tints of Cerise #E14564
RGB
CMYK
RGB Variations
Color information
#E14564 (or 0xE14564) is known color: Cerise. HEX triplet: E1, 45 and 64. RGB value is (225,69,100). Sum of RGB (Red+Green+Blue) = 225+69+100=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14564 is #1EBA9B. Grayscale: #777777. Windows color (decimal): -2013852 or 6571489. OLE color: 6571489.
HSL color Cylindrical-coordinate representation of color #E14564: hue angle of 348.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14564 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 100 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.12 |
| HSL | 348.08º | 0.72% | 0.58% | - |
| HSV(B) | 348.08º | 0.69% | 0.88% | - |
| XYZ | 35.48 | 21.18 | 14.28 | - |
| YUV | 119.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 100 | 0 | 0.69 | 0.56 | 0.12 | 348.08 | 0.72 | 0.58 |
| Hex | E1 | 45 | 64 | 0 | 45 | 38 | C | 15C | 48 | 3A |
| Octal | 341 | 105 | 144 | 0 | 105 | 70 | 14 | 534 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1100100 | 0 | 1000101 | 111000 | 1100 | 101011100 | 1001000 | 111010 |
Color Harmonies of #E14564
Complementary color
Monochromatic Colors of #E14564
Black with #E14564
Text Example
Text Example
White with #E14564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14564; }
p { color: rgb(225,69,100); }
H1.HeaderClassName
{
color: #E14564;
}
.AnyTagClassName
{
color: #E14564;
}
</style>
background-color css
<style>
a { background-color: #E14564; }
a { background-color: rgb(225,69,100); }
div.DivClassName
{
background-color: #E14564;
}
.BgClassName
{
background-color: #E14564;
}
</style>
border-color css
<style>
span { border-color: #E14564; }
span { border-color: rgb(225,69,100); }
td.TdClassName
{
border-color: #E14564;
}
.TagClassName
{
border-color: #E14564;
}
</style>