Shades of Cerise #E2425D
Tints of Cerise #E2425D
RGB
CMYK
RGB Variations
Color information
#E2425D (or 0xE2425D) is known color: Cerise. HEX triplet: E2, 42 and 5D. RGB value is (226,66,93). Sum of RGB (Red+Green+Blue) = 226+66+93=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2425D is #1DBDA2. Grayscale: #747474. Windows color (decimal): -1949091 or 6111970. OLE color: 6111970.
HSL color Cylindrical-coordinate representation of color #E2425D: hue angle of 349.88º 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 #E2425D is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 93 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.11 |
| HSL | 349.88º | 0.73% | 0.57% | - |
| HSV(B) | 349.88º | 0.71% | 0.89% | - |
| XYZ | 35.29 | 20.86 | 12.52 | - |
| YUV | 116.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 93 | 0 | 0.71 | 0.59 | 0.11 | 349.88 | 0.73 | 0.57 |
| Hex | E2 | 42 | 5D | 0 | 47 | 3B | B | 15E | 49 | 39 |
| Octal | 342 | 102 | 135 | 0 | 107 | 73 | 13 | 536 | 111 | 71 |
| Binary | 11100010 | 1000010 | 1011101 | 0 | 1000111 | 111011 | 1011 | 101011110 | 1001001 | 111001 |
Color Harmonies of #E2425D
Complementary color
Monochromatic Colors of #E2425D
Black with #E2425D
Text Example
Text Example
White with #E2425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2425D; }
p { color: rgb(226,66,93); }
H1.HeaderClassName
{
color: #E2425D;
}
.AnyTagClassName
{
color: #E2425D;
}
</style>
background-color css
<style>
a { background-color: #E2425D; }
a { background-color: rgb(226,66,93); }
div.DivClassName
{
background-color: #E2425D;
}
.BgClassName
{
background-color: #E2425D;
}
</style>
border-color css
<style>
span { border-color: #E2425D; }
span { border-color: rgb(226,66,93); }
td.TdClassName
{
border-color: #E2425D;
}
.TagClassName
{
border-color: #E2425D;
}
</style>