Shades of Cerise #E5365E
Tints of Cerise #E5365E
RGB
CMYK
RGB Variations
Color information
#E5365E (or 0xE5365E) is known color: Cerise. HEX triplet: E5, 36 and 5E. RGB value is (229,54,94). Sum of RGB (Red+Green+Blue) = 229+54+94=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5365E is #1AC9A1. Grayscale: #6E6E6E. Windows color (decimal): -1755554 or 6174437. OLE color: 6174437.
HSL color Cylindrical-coordinate representation of color #E5365E: hue angle of 346.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5365E is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 94 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.10 |
| HSL | 346.29º | 0.77% | 0.55% | - |
| HSV(B) | 346.29º | 0.76% | 0.9% | - |
| XYZ | 35.65 | 20.1 | 12.59 | - |
| YUV | 110.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 94 | 0 | 0.76 | 0.59 | 0.10 | 346.29 | 0.77 | 0.55 |
| Hex | E5 | 36 | 5E | 0 | 4C | 3B | A | 15A | 4D | 37 |
| Octal | 345 | 66 | 136 | 0 | 114 | 73 | 12 | 532 | 115 | 67 |
| Binary | 11100101 | 110110 | 1011110 | 0 | 1001100 | 111011 | 1010 | 101011010 | 1001101 | 110111 |
Color Harmonies of #E5365E
Complementary color
Monochromatic Colors of #E5365E
Black with #E5365E
Text Example
Text Example
White with #E5365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5365E; }
p { color: rgb(229,54,94); }
H1.HeaderClassName
{
color: #E5365E;
}
.AnyTagClassName
{
color: #E5365E;
}
</style>
background-color css
<style>
a { background-color: #E5365E; }
a { background-color: rgb(229,54,94); }
div.DivClassName
{
background-color: #E5365E;
}
.BgClassName
{
background-color: #E5365E;
}
</style>
border-color css
<style>
span { border-color: #E5365E; }
span { border-color: rgb(229,54,94); }
td.TdClassName
{
border-color: #E5365E;
}
.TagClassName
{
border-color: #E5365E;
}
</style>