Shades of Cerise #E5296D
Tints of Cerise #E5296D
RGB
CMYK
RGB Variations
Color information
#E5296D (or 0xE5296D) is known color: Cerise. HEX triplet: E5, 29 and 6D. RGB value is (229,41,109). Sum of RGB (Red+Green+Blue) = 229+41+109=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E5296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5296D is #1AD692. Grayscale: #686868. Windows color (decimal): -1758867 or 7154149. OLE color: 7154149.
HSL color Cylindrical-coordinate representation of color #E5296D: hue angle of 338.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5296D is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 109 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.10 |
| HSL | 338.3º | 0.78% | 0.53% | - |
| HSV(B) | 338.3º | 0.82% | 0.9% | - |
| XYZ | 35.87 | 19.35 | 16.31 | - |
| YUV | 104.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 109 | 0 | 0.82 | 0.52 | 0.10 | 338.3 | 0.78 | 0.53 |
| Hex | E5 | 29 | 6D | 0 | 52 | 34 | A | 152 | 4E | 35 |
| Octal | 345 | 51 | 155 | 0 | 122 | 64 | 12 | 522 | 116 | 65 |
| Binary | 11100101 | 101001 | 1101101 | 0 | 1010010 | 110100 | 1010 | 101010010 | 1001110 | 110101 |
Color Harmonies of #E5296D
Complementary color
Monochromatic Colors of #E5296D
Black with #E5296D
Text Example
Text Example
White with #E5296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5296D; }
p { color: rgb(229,41,109); }
H1.HeaderClassName
{
color: #E5296D;
}
.AnyTagClassName
{
color: #E5296D;
}
</style>
background-color css
<style>
a { background-color: #E5296D; }
a { background-color: rgb(229,41,109); }
div.DivClassName
{
background-color: #E5296D;
}
.BgClassName
{
background-color: #E5296D;
}
</style>
border-color css
<style>
span { border-color: #E5296D; }
span { border-color: rgb(229,41,109); }
td.TdClassName
{
border-color: #E5296D;
}
.TagClassName
{
border-color: #E5296D;
}
</style>