Shades of Cerise #E5365C
Tints of Cerise #E5365C
RGB
CMYK
RGB Variations
Color information
#E5365C (or 0xE5365C) is known color: Cerise. HEX triplet: E5, 36 and 5C. RGB value is (229,54,92). Sum of RGB (Red+Green+Blue) = 229+54+92=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5365C is #1AC9A3. Grayscale: #6E6E6E. Windows color (decimal): -1755556 or 6043365. OLE color: 6043365.
HSL color Cylindrical-coordinate representation of color #E5365C: hue angle of 346.97º 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 #E5365C is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 92 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.10 |
| HSL | 346.97º | 0.77% | 0.55% | - |
| HSV(B) | 346.97º | 0.76% | 0.9% | - |
| XYZ | 35.56 | 20.07 | 12.12 | - |
| YUV | 110.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 92 | 0 | 0.76 | 0.60 | 0.10 | 346.97 | 0.77 | 0.55 |
| Hex | E5 | 36 | 5C | 0 | 4C | 3C | A | 15B | 4D | 37 |
| Octal | 345 | 66 | 134 | 0 | 114 | 74 | 12 | 533 | 115 | 67 |
| Binary | 11100101 | 110110 | 1011100 | 0 | 1001100 | 111100 | 1010 | 101011011 | 1001101 | 110111 |
Color Harmonies of #E5365C
Complementary color
Monochromatic Colors of #E5365C
Black with #E5365C
Text Example
Text Example
White with #E5365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5365C; }
p { color: rgb(229,54,92); }
H1.HeaderClassName
{
color: #E5365C;
}
.AnyTagClassName
{
color: #E5365C;
}
</style>
background-color css
<style>
a { background-color: #E5365C; }
a { background-color: rgb(229,54,92); }
div.DivClassName
{
background-color: #E5365C;
}
.BgClassName
{
background-color: #E5365C;
}
</style>
border-color css
<style>
span { border-color: #E5365C; }
span { border-color: rgb(229,54,92); }
td.TdClassName
{
border-color: #E5365C;
}
.TagClassName
{
border-color: #E5365C;
}
</style>