Shades of Cerise #E1376F
Tints of Cerise #E1376F
RGB
CMYK
RGB Variations
Color information
#E1376F (or 0xE1376F) is known color: Cerise. HEX triplet: E1, 37 and 6F. RGB value is (225,55,111). Sum of RGB (Red+Green+Blue) = 225+55+111=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E1376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1376F is #1EC890. Grayscale: #707070. Windows color (decimal): -2017425 or 7288801. OLE color: 7288801.
HSL color Cylindrical-coordinate representation of color #E1376F: hue angle of 340.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 #E1376F is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 111 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.12 |
| HSL | 340.24º | 0.74% | 0.55% | - |
| HSV(B) | 340.24º | 0.76% | 0.88% | - |
| XYZ | 35.29 | 19.89 | 17.02 | - |
| YUV | 112.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 111 | 0 | 0.76 | 0.51 | 0.12 | 340.24 | 0.74 | 0.55 |
| Hex | E1 | 37 | 6F | 0 | 4C | 33 | C | 154 | 4A | 37 |
| Octal | 341 | 67 | 157 | 0 | 114 | 63 | 14 | 524 | 112 | 67 |
| Binary | 11100001 | 110111 | 1101111 | 0 | 1001100 | 110011 | 1100 | 101010100 | 1001010 | 110111 |
Color Harmonies of #E1376F
Complementary color
Monochromatic Colors of #E1376F
Black with #E1376F
Text Example
Text Example
White with #E1376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1376F; }
p { color: rgb(225,55,111); }
H1.HeaderClassName
{
color: #E1376F;
}
.AnyTagClassName
{
color: #E1376F;
}
</style>
background-color css
<style>
a { background-color: #E1376F; }
a { background-color: rgb(225,55,111); }
div.DivClassName
{
background-color: #E1376F;
}
.BgClassName
{
background-color: #E1376F;
}
</style>
border-color css
<style>
span { border-color: #E1376F; }
span { border-color: rgb(225,55,111); }
td.TdClassName
{
border-color: #E1376F;
}
.TagClassName
{
border-color: #E1376F;
}
</style>