Shades of Cerise #E1376D
Tints of Cerise #E1376D
RGB
CMYK
RGB Variations
Color information
#E1376D (or 0xE1376D) is known color: Cerise. HEX triplet: E1, 37 and 6D. RGB value is (225,55,109). Sum of RGB (Red+Green+Blue) = 225+55+109=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1376D is #1EC892. Grayscale: #6F6F6F. Windows color (decimal): -2017427 or 7157729. OLE color: 7157729.
HSL color Cylindrical-coordinate representation of color #E1376D: hue angle of 340.94º 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 #E1376D is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 109 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.12 |
| HSL | 340.94º | 0.74% | 0.55% | - |
| HSV(B) | 340.94º | 0.76% | 0.88% | - |
| XYZ | 35.18 | 19.84 | 16.44 | - |
| YUV | 111.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 109 | 0 | 0.76 | 0.52 | 0.12 | 340.94 | 0.74 | 0.55 |
| Hex | E1 | 37 | 6D | 0 | 4C | 34 | C | 155 | 4A | 37 |
| Octal | 341 | 67 | 155 | 0 | 114 | 64 | 14 | 525 | 112 | 67 |
| Binary | 11100001 | 110111 | 1101101 | 0 | 1001100 | 110100 | 1100 | 101010101 | 1001010 | 110111 |
Color Harmonies of #E1376D
Complementary color
Monochromatic Colors of #E1376D
Black with #E1376D
Text Example
Text Example
White with #E1376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1376D; }
p { color: rgb(225,55,109); }
H1.HeaderClassName
{
color: #E1376D;
}
.AnyTagClassName
{
color: #E1376D;
}
</style>
background-color css
<style>
a { background-color: #E1376D; }
a { background-color: rgb(225,55,109); }
div.DivClassName
{
background-color: #E1376D;
}
.BgClassName
{
background-color: #E1376D;
}
</style>
border-color css
<style>
span { border-color: #E1376D; }
span { border-color: rgb(225,55,109); }
td.TdClassName
{
border-color: #E1376D;
}
.TagClassName
{
border-color: #E1376D;
}
</style>