Shades of Cerise #E5345D
Tints of Cerise #E5345D
RGB
CMYK
RGB Variations
Color information
#E5345D (or 0xE5345D) is known color: Cerise. HEX triplet: E5, 34 and 5D. RGB value is (229,52,93). Sum of RGB (Red+Green+Blue) = 229+52+93=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5345D is #1ACBA2. Grayscale: #6D6D6D. Windows color (decimal): -1756067 or 6108389. OLE color: 6108389.
HSL color Cylindrical-coordinate representation of color #E5345D: hue angle of 346.1º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5345D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 93 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.10 |
| HSL | 346.1º | 0.77% | 0.55% | - |
| HSV(B) | 346.1º | 0.77% | 0.9% | - |
| XYZ | 35.52 | 19.9 | 12.33 | - |
| YUV | 109.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 93 | 0 | 0.77 | 0.59 | 0.10 | 346.1 | 0.77 | 0.55 |
| Hex | E5 | 34 | 5D | 0 | 4D | 3B | A | 15A | 4D | 37 |
| Octal | 345 | 64 | 135 | 0 | 115 | 73 | 12 | 532 | 115 | 67 |
| Binary | 11100101 | 110100 | 1011101 | 0 | 1001101 | 111011 | 1010 | 101011010 | 1001101 | 110111 |
Color Harmonies of #E5345D
Complementary color
Monochromatic Colors of #E5345D
Black with #E5345D
Text Example
Text Example
White with #E5345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5345D; }
p { color: rgb(229,52,93); }
H1.HeaderClassName
{
color: #E5345D;
}
.AnyTagClassName
{
color: #E5345D;
}
</style>
background-color css
<style>
a { background-color: #E5345D; }
a { background-color: rgb(229,52,93); }
div.DivClassName
{
background-color: #E5345D;
}
.BgClassName
{
background-color: #E5345D;
}
</style>
border-color css
<style>
span { border-color: #E5345D; }
span { border-color: rgb(229,52,93); }
td.TdClassName
{
border-color: #E5345D;
}
.TagClassName
{
border-color: #E5345D;
}
</style>