Shades of Cerise #E2425F
Tints of Cerise #E2425F
RGB
CMYK
RGB Variations
Color information
#E2425F (or 0xE2425F) is known color: Cerise. HEX triplet: E2, 42 and 5F. RGB value is (226,66,95). Sum of RGB (Red+Green+Blue) = 226+66+95=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2425F is #1DBDA0. Grayscale: #757575. Windows color (decimal): -1949089 or 6243042. OLE color: 6243042.
HSL color Cylindrical-coordinate representation of color #E2425F: hue angle of 349.12º 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 #E2425F is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 95 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.11 |
| HSL | 349.13º | 0.73% | 0.57% | - |
| HSV(B) | 349.13º | 0.71% | 0.89% | - |
| XYZ | 35.38 | 20.89 | 12.99 | - |
| YUV | 117.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 95 | 0 | 0.71 | 0.58 | 0.11 | 349.13 | 0.73 | 0.57 |
| Hex | E2 | 42 | 5F | 0 | 47 | 3A | B | 15D | 49 | 39 |
| Octal | 342 | 102 | 137 | 0 | 107 | 72 | 13 | 535 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1011111 | 0 | 1000111 | 111010 | 1011 | 101011101 | 1001001 | 111001 |
Color Harmonies of #E2425F
Complementary color
Monochromatic Colors of #E2425F
Black with #E2425F
Text Example
Text Example
White with #E2425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2425F; }
p { color: rgb(226,66,95); }
H1.HeaderClassName
{
color: #E2425F;
}
.AnyTagClassName
{
color: #E2425F;
}
</style>
background-color css
<style>
a { background-color: #E2425F; }
a { background-color: rgb(226,66,95); }
div.DivClassName
{
background-color: #E2425F;
}
.BgClassName
{
background-color: #E2425F;
}
</style>
border-color css
<style>
span { border-color: #E2425F; }
span { border-color: rgb(226,66,95); }
td.TdClassName
{
border-color: #E2425F;
}
.TagClassName
{
border-color: #E2425F;
}
</style>