Shades of Cerise #E5425B
Tints of Cerise #E5425B
RGB
CMYK
RGB Variations
Color information
#E5425B (or 0xE5425B) is known color: Cerise. HEX triplet: E5, 42 and 5B. RGB value is (229,66,91). Sum of RGB (Red+Green+Blue) = 229+66+91=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5425B is #1ABDA4. Grayscale: #757575. Windows color (decimal): -1752485 or 5980901. OLE color: 5980901.
HSL color Cylindrical-coordinate representation of color #E5425B: hue angle of 350.8º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5425B is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 91 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.10 |
| HSL | 350.8º | 0.76% | 0.58% | - |
| HSV(B) | 350.8º | 0.71% | 0.9% | - |
| XYZ | 36.15 | 21.31 | 12.11 | - |
| YUV | 117.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 91 | 0 | 0.71 | 0.60 | 0.10 | 350.8 | 0.76 | 0.58 |
| Hex | E5 | 42 | 5B | 0 | 47 | 3C | A | 15F | 4C | 3A |
| Octal | 345 | 102 | 133 | 0 | 107 | 74 | 12 | 537 | 114 | 72 |
| Binary | 11100101 | 1000010 | 1011011 | 0 | 1000111 | 111100 | 1010 | 101011111 | 1001100 | 111010 |
Color Harmonies of #E5425B
Complementary color
Monochromatic Colors of #E5425B
Black with #E5425B
Text Example
Text Example
White with #E5425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5425B; }
p { color: rgb(229,66,91); }
H1.HeaderClassName
{
color: #E5425B;
}
.AnyTagClassName
{
color: #E5425B;
}
</style>
background-color css
<style>
a { background-color: #E5425B; }
a { background-color: rgb(229,66,91); }
div.DivClassName
{
background-color: #E5425B;
}
.BgClassName
{
background-color: #E5425B;
}
</style>
border-color css
<style>
span { border-color: #E5425B; }
span { border-color: rgb(229,66,91); }
td.TdClassName
{
border-color: #E5425B;
}
.TagClassName
{
border-color: #E5425B;
}
</style>