Shades of Cerise #E5455C
Tints of Cerise #E5455C
RGB
CMYK
RGB Variations
Color information
#E5455C (or 0xE5455C) is known color: Cerise. HEX triplet: E5, 45 and 5C. RGB value is (229,69,92). Sum of RGB (Red+Green+Blue) = 229+69+92=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5455C is #1ABAA3. Grayscale: #777777. Windows color (decimal): -1751716 or 6047205. OLE color: 6047205.
HSL color Cylindrical-coordinate representation of color #E5455C: hue angle of 351.38º degrees, saturation: 0.75, 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 #E5455C is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 92 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.10 |
| HSL | 351.38º | 0.75% | 0.58% | - |
| HSV(B) | 351.38º | 0.7% | 0.9% | - |
| XYZ | 36.37 | 21.69 | 12.39 | - |
| YUV | 119.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 92 | 0 | 0.70 | 0.60 | 0.10 | 351.38 | 0.75 | 0.58 |
| Hex | E5 | 45 | 5C | 0 | 46 | 3C | A | 15F | 4B | 3A |
| Octal | 345 | 105 | 134 | 0 | 106 | 74 | 12 | 537 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1011100 | 0 | 1000110 | 111100 | 1010 | 101011111 | 1001011 | 111010 |
Color Harmonies of #E5455C
Complementary color
Monochromatic Colors of #E5455C
Black with #E5455C
Text Example
Text Example
White with #E5455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5455C; }
p { color: rgb(229,69,92); }
H1.HeaderClassName
{
color: #E5455C;
}
.AnyTagClassName
{
color: #E5455C;
}
</style>
background-color css
<style>
a { background-color: #E5455C; }
a { background-color: rgb(229,69,92); }
div.DivClassName
{
background-color: #E5455C;
}
.BgClassName
{
background-color: #E5455C;
}
</style>
border-color css
<style>
span { border-color: #E5455C; }
span { border-color: rgb(229,69,92); }
td.TdClassName
{
border-color: #E5455C;
}
.TagClassName
{
border-color: #E5455C;
}
</style>