Shades of Cerise #E14763
Tints of Cerise #E14763
RGB
CMYK
RGB Variations
Color information
#E14763 (or 0xE14763) is known color: Cerise. HEX triplet: E1, 47 and 63. RGB value is (225,71,99). Sum of RGB (Red+Green+Blue) = 225+71+99=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14763 is #1EB89C. Grayscale: #787878. Windows color (decimal): -2013341 or 6506465. OLE color: 6506465.
HSL color Cylindrical-coordinate representation of color #E14763: hue angle of 349.09º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14763 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 99 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.12 |
| HSL | 349.09º | 0.72% | 0.58% | - |
| HSV(B) | 349.09º | 0.68% | 0.88% | - |
| XYZ | 35.56 | 21.41 | 14.06 | - |
| YUV | 120.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 99 | 0 | 0.68 | 0.56 | 0.12 | 349.09 | 0.72 | 0.58 |
| Hex | E1 | 47 | 63 | 0 | 44 | 38 | C | 15D | 48 | 3A |
| Octal | 341 | 107 | 143 | 0 | 104 | 70 | 14 | 535 | 110 | 72 |
| Binary | 11100001 | 1000111 | 1100011 | 0 | 1000100 | 111000 | 1100 | 101011101 | 1001000 | 111010 |
Color Harmonies of #E14763
Complementary color
Monochromatic Colors of #E14763
Black with #E14763
Text Example
Text Example
White with #E14763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14763; }
p { color: rgb(225,71,99); }
H1.HeaderClassName
{
color: #E14763;
}
.AnyTagClassName
{
color: #E14763;
}
</style>
background-color css
<style>
a { background-color: #E14763; }
a { background-color: rgb(225,71,99); }
div.DivClassName
{
background-color: #E14763;
}
.BgClassName
{
background-color: #E14763;
}
</style>
border-color css
<style>
span { border-color: #E14763; }
span { border-color: rgb(225,71,99); }
td.TdClassName
{
border-color: #E14763;
}
.TagClassName
{
border-color: #E14763;
}
</style>