Shades of Deep Cerise #E1378A
Tints of Deep Cerise #E1378A
RGB
CMYK
RGB Variations
Color information
#E1378A (or 0xE1378A) is known color: Deep Cerise. HEX triplet: E1, 37 and 8A. RGB value is (225,55,138). Sum of RGB (Red+Green+Blue) = 225+55+138=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1378A is #1EC875. Grayscale: #737373. Windows color (decimal): -2017398 or 9058273. OLE color: 9058273.
HSL color Cylindrical-coordinate representation of color #E1378A: hue angle of 330.71º 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 #E1378A is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 138 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.12 |
| HSL | 330.71º | 0.74% | 0.55% | - |
| HSV(B) | 330.71º | 0.76% | 0.88% | - |
| XYZ | 37 | 20.57 | 26.07 | - |
| YUV | 115.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 138 | 0 | 0.76 | 0.39 | 0.12 | 330.71 | 0.74 | 0.55 |
| Hex | E1 | 37 | 8A | 0 | 4C | 27 | C | 14B | 4A | 37 |
| Octal | 341 | 67 | 212 | 0 | 114 | 47 | 14 | 513 | 112 | 67 |
| Binary | 11100001 | 110111 | 10001010 | 0 | 1001100 | 100111 | 1100 | 101001011 | 1001010 | 110111 |
Color Harmonies of #E1378A
Complementary color
Monochromatic Colors of #E1378A
Black with #E1378A
Text Example
Text Example
White with #E1378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1378A; }
p { color: rgb(225,55,138); }
H1.HeaderClassName
{
color: #E1378A;
}
.AnyTagClassName
{
color: #E1378A;
}
</style>
background-color css
<style>
a { background-color: #E1378A; }
a { background-color: rgb(225,55,138); }
div.DivClassName
{
background-color: #E1378A;
}
.BgClassName
{
background-color: #E1378A;
}
</style>
border-color css
<style>
span { border-color: #E1378A; }
span { border-color: rgb(225,55,138); }
td.TdClassName
{
border-color: #E1378A;
}
.TagClassName
{
border-color: #E1378A;
}
</style>