Shades of Cerise #E5286C
Tints of Cerise #E5286C
RGB
CMYK
RGB Variations
Color information
#E5286C (or 0xE5286C) is known color: Cerise. HEX triplet: E5, 28 and 6C. RGB value is (229,40,108). Sum of RGB (Red+Green+Blue) = 229+40+108=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5286C is #1AD793. Grayscale: #686868. Windows color (decimal): -1759124 or 7088357. OLE color: 7088357.
HSL color Cylindrical-coordinate representation of color #E5286C: hue angle of 338.41º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5286C is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 108 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.10 |
| HSL | 338.41º | 0.78% | 0.53% | - |
| HSV(B) | 338.41º | 0.83% | 0.9% | - |
| XYZ | 35.78 | 19.26 | 16.02 | - |
| YUV | 104.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 108 | 0 | 0.83 | 0.53 | 0.10 | 338.41 | 0.78 | 0.53 |
| Hex | E5 | 28 | 6C | 0 | 53 | 35 | A | 152 | 4E | 35 |
| Octal | 345 | 50 | 154 | 0 | 123 | 65 | 12 | 522 | 116 | 65 |
| Binary | 11100101 | 101000 | 1101100 | 0 | 1010011 | 110101 | 1010 | 101010010 | 1001110 | 110101 |
Color Harmonies of #E5286C
Complementary color
Monochromatic Colors of #E5286C
Black with #E5286C
Text Example
Text Example
White with #E5286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5286C; }
p { color: rgb(229,40,108); }
H1.HeaderClassName
{
color: #E5286C;
}
.AnyTagClassName
{
color: #E5286C;
}
</style>
background-color css
<style>
a { background-color: #E5286C; }
a { background-color: rgb(229,40,108); }
div.DivClassName
{
background-color: #E5286C;
}
.BgClassName
{
background-color: #E5286C;
}
</style>
border-color css
<style>
span { border-color: #E5286C; }
span { border-color: rgb(229,40,108); }
td.TdClassName
{
border-color: #E5286C;
}
.TagClassName
{
border-color: #E5286C;
}
</style>