Shades of Cerise #E2425E
Tints of Cerise #E2425E
RGB
CMYK
RGB Variations
Color information
#E2425E (or 0xE2425E) is known color: Cerise. HEX triplet: E2, 42 and 5E. RGB value is (226,66,94). Sum of RGB (Red+Green+Blue) = 226+66+94=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2425E is #1DBDA1. Grayscale: #757575. Windows color (decimal): -1949090 or 6177506. OLE color: 6177506.
HSL color Cylindrical-coordinate representation of color #E2425E: hue angle of 349.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2425E is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 94 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.11 |
| HSL | 349.5º | 0.73% | 0.57% | - |
| HSV(B) | 349.5º | 0.71% | 0.89% | - |
| XYZ | 35.33 | 20.87 | 12.76 | - |
| YUV | 117.03 | 115.01 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 94 | 0 | 0.71 | 0.58 | 0.11 | 349.5 | 0.73 | 0.57 |
| Hex | E2 | 42 | 5E | 0 | 47 | 3A | B | 15E | 49 | 39 |
| Octal | 342 | 102 | 136 | 0 | 107 | 72 | 13 | 536 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1011110 | 0 | 1000111 | 111010 | 1011 | 101011110 | 1001001 | 111001 |
Color Harmonies of #E2425E
Complementary color
Monochromatic Colors of #E2425E
Black with #E2425E
Text Example
Text Example
White with #E2425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2425E; }
p { color: rgb(226,66,94); }
H1.HeaderClassName
{
color: #E2425E;
}
.AnyTagClassName
{
color: #E2425E;
}
</style>
background-color css
<style>
a { background-color: #E2425E; }
a { background-color: rgb(226,66,94); }
div.DivClassName
{
background-color: #E2425E;
}
.BgClassName
{
background-color: #E2425E;
}
</style>
border-color css
<style>
span { border-color: #E2425E; }
span { border-color: rgb(226,66,94); }
td.TdClassName
{
border-color: #E2425E;
}
.TagClassName
{
border-color: #E2425E;
}
</style>