Shades of Cerise #E1375E
Tints of Cerise #E1375E
RGB
CMYK
RGB Variations
Color information
#E1375E (or 0xE1375E) is known color: Cerise. HEX triplet: E1, 37 and 5E. RGB value is (225,55,94). Sum of RGB (Red+Green+Blue) = 225+55+94=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1375E is #1EC8A1. Grayscale: #6E6E6E. Windows color (decimal): -2017442 or 6174689. OLE color: 6174689.
HSL color Cylindrical-coordinate representation of color #E1375E: hue angle of 346.24º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1375E is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 94 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.12 |
| HSL | 346.24º | 0.74% | 0.55% | - |
| HSV(B) | 346.24º | 0.76% | 0.88% | - |
| XYZ | 34.44 | 19.55 | 12.55 | - |
| YUV | 110.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 94 | 0 | 0.76 | 0.58 | 0.12 | 346.24 | 0.74 | 0.55 |
| Hex | E1 | 37 | 5E | 0 | 4C | 3A | C | 15A | 4A | 37 |
| Octal | 341 | 67 | 136 | 0 | 114 | 72 | 14 | 532 | 112 | 67 |
| Binary | 11100001 | 110111 | 1011110 | 0 | 1001100 | 111010 | 1100 | 101011010 | 1001010 | 110111 |
Color Harmonies of #E1375E
Complementary color
Monochromatic Colors of #E1375E
Black with #E1375E
Text Example
Text Example
White with #E1375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1375E; }
p { color: rgb(225,55,94); }
H1.HeaderClassName
{
color: #E1375E;
}
.AnyTagClassName
{
color: #E1375E;
}
</style>
background-color css
<style>
a { background-color: #E1375E; }
a { background-color: rgb(225,55,94); }
div.DivClassName
{
background-color: #E1375E;
}
.BgClassName
{
background-color: #E1375E;
}
</style>
border-color css
<style>
span { border-color: #E1375E; }
span { border-color: rgb(225,55,94); }
td.TdClassName
{
border-color: #E1375E;
}
.TagClassName
{
border-color: #E1375E;
}
</style>