Shades of Cerise #E5255E
Tints of Cerise #E5255E
RGB
CMYK
RGB Variations
Color information
#E5255E (or 0xE5255E) is known color: Cerise. HEX triplet: E5, 25 and 5E. RGB value is (229,37,94). Sum of RGB (Red+Green+Blue) = 229+37+94=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5255E is #1ADAA1. Grayscale: #646464. Windows color (decimal): -1759906 or 6170085. OLE color: 6170085.
HSL color Cylindrical-coordinate representation of color #E5255E: hue angle of 342.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5255E is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 94 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.10 |
| HSL | 342.19º | 0.79% | 0.52% | - |
| HSV(B) | 342.19º | 0.84% | 0.9% | - |
| XYZ | 35 | 18.79 | 12.37 | - |
| YUV | 100.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 94 | 0 | 0.84 | 0.59 | 0.10 | 342.19 | 0.79 | 0.52 |
| Hex | E5 | 25 | 5E | 0 | 54 | 3B | A | 156 | 4F | 34 |
| Octal | 345 | 45 | 136 | 0 | 124 | 73 | 12 | 526 | 117 | 64 |
| Binary | 11100101 | 100101 | 1011110 | 0 | 1010100 | 111011 | 1010 | 101010110 | 1001111 | 110100 |
Color Harmonies of #E5255E
Complementary color
Monochromatic Colors of #E5255E
Black with #E5255E
Text Example
Text Example
White with #E5255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5255E; }
p { color: rgb(229,37,94); }
H1.HeaderClassName
{
color: #E5255E;
}
.AnyTagClassName
{
color: #E5255E;
}
</style>
background-color css
<style>
a { background-color: #E5255E; }
a { background-color: rgb(229,37,94); }
div.DivClassName
{
background-color: #E5255E;
}
.BgClassName
{
background-color: #E5255E;
}
</style>
border-color css
<style>
span { border-color: #E5255E; }
span { border-color: rgb(229,37,94); }
td.TdClassName
{
border-color: #E5255E;
}
.TagClassName
{
border-color: #E5255E;
}
</style>