Shades of Cerise #E5286A
Tints of Cerise #E5286A
RGB
CMYK
RGB Variations
Color information
#E5286A (or 0xE5286A) is known color: Cerise. HEX triplet: E5, 28 and 6A. RGB value is (229,40,106). Sum of RGB (Red+Green+Blue) = 229+40+106=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5286A is #1AD795. Grayscale: #676767. Windows color (decimal): -1759126 or 6957285. OLE color: 6957285.
HSL color Cylindrical-coordinate representation of color #E5286A: hue angle of 339.05º 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 #E5286A is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 106 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.10 |
| HSL | 339.05º | 0.78% | 0.53% | - |
| HSV(B) | 339.05º | 0.83% | 0.9% | - |
| XYZ | 35.67 | 19.22 | 15.46 | - |
| YUV | 104.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 106 | 0 | 0.83 | 0.54 | 0.10 | 339.05 | 0.78 | 0.53 |
| Hex | E5 | 28 | 6A | 0 | 53 | 36 | A | 153 | 4E | 35 |
| Octal | 345 | 50 | 152 | 0 | 123 | 66 | 12 | 523 | 116 | 65 |
| Binary | 11100101 | 101000 | 1101010 | 0 | 1010011 | 110110 | 1010 | 101010011 | 1001110 | 110101 |
Color Harmonies of #E5286A
Complementary color
Monochromatic Colors of #E5286A
Black with #E5286A
Text Example
Text Example
White with #E5286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5286A; }
p { color: rgb(229,40,106); }
H1.HeaderClassName
{
color: #E5286A;
}
.AnyTagClassName
{
color: #E5286A;
}
</style>
background-color css
<style>
a { background-color: #E5286A; }
a { background-color: rgb(229,40,106); }
div.DivClassName
{
background-color: #E5286A;
}
.BgClassName
{
background-color: #E5286A;
}
</style>
border-color css
<style>
span { border-color: #E5286A; }
span { border-color: rgb(229,40,106); }
td.TdClassName
{
border-color: #E5286A;
}
.TagClassName
{
border-color: #E5286A;
}
</style>