Shades of Cerise #E5255D
Tints of Cerise #E5255D
RGB
CMYK
RGB Variations
Color information
#E5255D (or 0xE5255D) is known color: Cerise. HEX triplet: E5, 25 and 5D. RGB value is (229,37,93). Sum of RGB (Red+Green+Blue) = 229+37+93=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5255D is #1ADAA2. Grayscale: #646464. Windows color (decimal): -1759907 or 6104549. OLE color: 6104549.
HSL color Cylindrical-coordinate representation of color #E5255D: hue angle of 342.5º 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 #E5255D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 93 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.10 |
| HSL | 342.5º | 0.79% | 0.52% | - |
| HSV(B) | 342.5º | 0.84% | 0.9% | - |
| XYZ | 34.95 | 18.77 | 12.14 | - |
| YUV | 100.79 | 123.61 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 93 | 0 | 0.84 | 0.59 | 0.10 | 342.5 | 0.79 | 0.52 |
| Hex | E5 | 25 | 5D | 0 | 54 | 3B | A | 156 | 4F | 34 |
| Octal | 345 | 45 | 135 | 0 | 124 | 73 | 12 | 526 | 117 | 64 |
| Binary | 11100101 | 100101 | 1011101 | 0 | 1010100 | 111011 | 1010 | 101010110 | 1001111 | 110100 |
Color Harmonies of #E5255D
Complementary color
Monochromatic Colors of #E5255D
Black with #E5255D
Text Example
Text Example
White with #E5255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5255D; }
p { color: rgb(229,37,93); }
H1.HeaderClassName
{
color: #E5255D;
}
.AnyTagClassName
{
color: #E5255D;
}
</style>
background-color css
<style>
a { background-color: #E5255D; }
a { background-color: rgb(229,37,93); }
div.DivClassName
{
background-color: #E5255D;
}
.BgClassName
{
background-color: #E5255D;
}
</style>
border-color css
<style>
span { border-color: #E5255D; }
span { border-color: rgb(229,37,93); }
td.TdClassName
{
border-color: #E5255D;
}
.TagClassName
{
border-color: #E5255D;
}
</style>