Shades of Cerise #E1425E
Tints of Cerise #E1425E
RGB
CMYK
RGB Variations
Color information
#E1425E (or 0xE1425E) is known color: Cerise. HEX triplet: E1, 42 and 5E. RGB value is (225,66,94). Sum of RGB (Red+Green+Blue) = 225+66+94=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1425E is #1EBDA1. Grayscale: #747474. Windows color (decimal): -2014626 or 6177505. OLE color: 6177505.
HSL color Cylindrical-coordinate representation of color #E1425E: hue angle of 349.43º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1425E is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 94 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.12 |
| HSL | 349.43º | 0.73% | 0.57% | - |
| HSV(B) | 349.43º | 0.71% | 0.88% | - |
| XYZ | 35.02 | 20.71 | 12.74 | - |
| YUV | 116.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 94 | 0 | 0.71 | 0.58 | 0.12 | 349.43 | 0.73 | 0.57 |
| Hex | E1 | 42 | 5E | 0 | 47 | 3A | C | 15D | 49 | 39 |
| Octal | 341 | 102 | 136 | 0 | 107 | 72 | 14 | 535 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1011110 | 0 | 1000111 | 111010 | 1100 | 101011101 | 1001001 | 111001 |
Color Harmonies of #E1425E
Complementary color
Monochromatic Colors of #E1425E
Black with #E1425E
Text Example
Text Example
White with #E1425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1425E; }
p { color: rgb(225,66,94); }
H1.HeaderClassName
{
color: #E1425E;
}
.AnyTagClassName
{
color: #E1425E;
}
</style>
background-color css
<style>
a { background-color: #E1425E; }
a { background-color: rgb(225,66,94); }
div.DivClassName
{
background-color: #E1425E;
}
.BgClassName
{
background-color: #E1425E;
}
</style>
border-color css
<style>
span { border-color: #E1425E; }
span { border-color: rgb(225,66,94); }
td.TdClassName
{
border-color: #E1425E;
}
.TagClassName
{
border-color: #E1425E;
}
</style>