Shades of Cerise #E5296C
Tints of Cerise #E5296C
RGB
CMYK
RGB Variations
Color information
#E5296C (or 0xE5296C) is known color: Cerise. HEX triplet: E5, 29 and 6C. RGB value is (229,41,108). Sum of RGB (Red+Green+Blue) = 229+41+108=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E5296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5296C is #1AD693. Grayscale: #686868. Windows color (decimal): -1758868 or 7088613. OLE color: 7088613.
HSL color Cylindrical-coordinate representation of color #E5296C: hue angle of 338.62º 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 #E5296C is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 108 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.10 |
| HSL | 338.62º | 0.78% | 0.53% | - |
| HSV(B) | 338.62º | 0.82% | 0.9% | - |
| XYZ | 35.81 | 19.33 | 16.03 | - |
| YUV | 104.85 | 129.78 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 108 | 0 | 0.82 | 0.53 | 0.10 | 338.62 | 0.78 | 0.53 |
| Hex | E5 | 29 | 6C | 0 | 52 | 35 | A | 153 | 4E | 35 |
| Octal | 345 | 51 | 154 | 0 | 122 | 65 | 12 | 523 | 116 | 65 |
| Binary | 11100101 | 101001 | 1101100 | 0 | 1010010 | 110101 | 1010 | 101010011 | 1001110 | 110101 |
Color Harmonies of #E5296C
Complementary color
Monochromatic Colors of #E5296C
Black with #E5296C
Text Example
Text Example
White with #E5296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5296C; }
p { color: rgb(229,41,108); }
H1.HeaderClassName
{
color: #E5296C;
}
.AnyTagClassName
{
color: #E5296C;
}
</style>
background-color css
<style>
a { background-color: #E5296C; }
a { background-color: rgb(229,41,108); }
div.DivClassName
{
background-color: #E5296C;
}
.BgClassName
{
background-color: #E5296C;
}
</style>
border-color css
<style>
span { border-color: #E5296C; }
span { border-color: rgb(229,41,108); }
td.TdClassName
{
border-color: #E5296C;
}
.TagClassName
{
border-color: #E5296C;
}
</style>