Shades of Deep Cerise #E1377D
Tints of Deep Cerise #E1377D
RGB
CMYK
RGB Variations
Color information
#E1377D (or 0xE1377D) is known color: Deep Cerise. HEX triplet: E1, 37 and 7D. RGB value is (225,55,125). Sum of RGB (Red+Green+Blue) = 225+55+125=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1377D is #1EC882. Grayscale: #717171. Windows color (decimal): -2017411 or 8206305. OLE color: 8206305.
HSL color Cylindrical-coordinate representation of color #E1377D: hue angle of 335.29º 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 #E1377D is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 125 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.12 |
| HSL | 335.29º | 0.74% | 0.55% | - |
| HSV(B) | 335.29º | 0.76% | 0.88% | - |
| XYZ | 36.12 | 20.22 | 21.4 | - |
| YUV | 113.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 125 | 0 | 0.76 | 0.44 | 0.12 | 335.29 | 0.74 | 0.55 |
| Hex | E1 | 37 | 7D | 0 | 4C | 2C | C | 14F | 4A | 37 |
| Octal | 341 | 67 | 175 | 0 | 114 | 54 | 14 | 517 | 112 | 67 |
| Binary | 11100001 | 110111 | 1111101 | 0 | 1001100 | 101100 | 1100 | 101001111 | 1001010 | 110111 |
Color Harmonies of #E1377D
Complementary color
Monochromatic Colors of #E1377D
Black with #E1377D
Text Example
Text Example
White with #E1377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1377D; }
p { color: rgb(225,55,125); }
H1.HeaderClassName
{
color: #E1377D;
}
.AnyTagClassName
{
color: #E1377D;
}
</style>
background-color css
<style>
a { background-color: #E1377D; }
a { background-color: rgb(225,55,125); }
div.DivClassName
{
background-color: #E1377D;
}
.BgClassName
{
background-color: #E1377D;
}
</style>
border-color css
<style>
span { border-color: #E1377D; }
span { border-color: rgb(225,55,125); }
td.TdClassName
{
border-color: #E1377D;
}
.TagClassName
{
border-color: #E1377D;
}
</style>