Shades of Deep Cerise #E1278C
Tints of Deep Cerise #E1278C
RGB
CMYK
RGB Variations
Color information
#E1278C (or 0xE1278C) is known color: Deep Cerise. HEX triplet: E1, 27 and 8C. RGB value is (225,39,140). Sum of RGB (Red+Green+Blue) = 225+39+140=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1278C is #1ED873. Grayscale: #696969. Windows color (decimal): -2021492 or 9185249. OLE color: 9185249.
HSL color Cylindrical-coordinate representation of color #E1278C: hue angle of 327.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1278C is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 140 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.12 |
| HSL | 327.42º | 0.76% | 0.52% | - |
| HSV(B) | 327.42º | 0.83% | 0.88% | - |
| XYZ | 36.51 | 19.35 | 26.62 | - |
| YUV | 106.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 140 | 0 | 0.83 | 0.38 | 0.12 | 327.42 | 0.76 | 0.52 |
| Hex | E1 | 27 | 8C | 0 | 53 | 26 | C | 147 | 4C | 34 |
| Octal | 341 | 47 | 214 | 0 | 123 | 46 | 14 | 507 | 114 | 64 |
| Binary | 11100001 | 100111 | 10001100 | 0 | 1010011 | 100110 | 1100 | 101000111 | 1001100 | 110100 |
Color Harmonies of #E1278C
Complementary color
Monochromatic Colors of #E1278C
Black with #E1278C
Text Example
Text Example
White with #E1278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1278C; }
p { color: rgb(225,39,140); }
H1.HeaderClassName
{
color: #E1278C;
}
.AnyTagClassName
{
color: #E1278C;
}
</style>
background-color css
<style>
a { background-color: #E1278C; }
a { background-color: rgb(225,39,140); }
div.DivClassName
{
background-color: #E1278C;
}
.BgClassName
{
background-color: #E1278C;
}
</style>
border-color css
<style>
span { border-color: #E1278C; }
span { border-color: rgb(225,39,140); }
td.TdClassName
{
border-color: #E1278C;
}
.TagClassName
{
border-color: #E1278C;
}
</style>