Shades of Cerise #E5445A
Tints of Cerise #E5445A
RGB
CMYK
RGB Variations
Color information
#E5445A (or 0xE5445A) is known color: Cerise. HEX triplet: E5, 44 and 5A. RGB value is (229,68,90). Sum of RGB (Red+Green+Blue) = 229+68+90=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5445A is #1ABBA5. Grayscale: #767676. Windows color (decimal): -1751974 or 5915877. OLE color: 5915877.
HSL color Cylindrical-coordinate representation of color #E5445A: hue angle of 351.8º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5445A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 90 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.10 |
| HSL | 351.8º | 0.76% | 0.58% | - |
| HSV(B) | 351.8º | 0.7% | 0.9% | - |
| XYZ | 36.23 | 21.53 | 11.92 | - |
| YUV | 118.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 90 | 0 | 0.70 | 0.61 | 0.10 | 351.8 | 0.76 | 0.58 |
| Hex | E5 | 44 | 5A | 0 | 46 | 3D | A | 160 | 4C | 3A |
| Octal | 345 | 104 | 132 | 0 | 106 | 75 | 12 | 540 | 114 | 72 |
| Binary | 11100101 | 1000100 | 1011010 | 0 | 1000110 | 111101 | 1010 | 101100000 | 1001100 | 111010 |
Color Harmonies of #E5445A
Complementary color
Monochromatic Colors of #E5445A
Black with #E5445A
Text Example
Text Example
White with #E5445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5445A; }
p { color: rgb(229,68,90); }
H1.HeaderClassName
{
color: #E5445A;
}
.AnyTagClassName
{
color: #E5445A;
}
</style>
background-color css
<style>
a { background-color: #E5445A; }
a { background-color: rgb(229,68,90); }
div.DivClassName
{
background-color: #E5445A;
}
.BgClassName
{
background-color: #E5445A;
}
</style>
border-color css
<style>
span { border-color: #E5445A; }
span { border-color: rgb(229,68,90); }
td.TdClassName
{
border-color: #E5445A;
}
.TagClassName
{
border-color: #E5445A;
}
</style>