Shades of Deep Cerise #E1277C
Tints of Deep Cerise #E1277C
RGB
CMYK
RGB Variations
Color information
#E1277C (or 0xE1277C) is known color: Deep Cerise. HEX triplet: E1, 27 and 7C. RGB value is (225,39,124). Sum of RGB (Red+Green+Blue) = 225+39+124=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1277C is #1ED883. Grayscale: #686868. Windows color (decimal): -2021508 or 8136673. OLE color: 8136673.
HSL color Cylindrical-coordinate representation of color #E1277C: hue angle of 332.58º 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 #E1277C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 124 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.12 |
| HSL | 332.58º | 0.76% | 0.52% | - |
| HSV(B) | 332.58º | 0.83% | 0.88% | - |
| XYZ | 35.41 | 18.91 | 20.85 | - |
| YUV | 104.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 124 | 0 | 0.83 | 0.45 | 0.12 | 332.58 | 0.76 | 0.52 |
| Hex | E1 | 27 | 7C | 0 | 53 | 2D | C | 14D | 4C | 34 |
| Octal | 341 | 47 | 174 | 0 | 123 | 55 | 14 | 515 | 114 | 64 |
| Binary | 11100001 | 100111 | 1111100 | 0 | 1010011 | 101101 | 1100 | 101001101 | 1001100 | 110100 |
Color Harmonies of #E1277C
Complementary color
Monochromatic Colors of #E1277C
Black with #E1277C
Text Example
Text Example
White with #E1277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1277C; }
p { color: rgb(225,39,124); }
H1.HeaderClassName
{
color: #E1277C;
}
.AnyTagClassName
{
color: #E1277C;
}
</style>
background-color css
<style>
a { background-color: #E1277C; }
a { background-color: rgb(225,39,124); }
div.DivClassName
{
background-color: #E1277C;
}
.BgClassName
{
background-color: #E1277C;
}
</style>
border-color css
<style>
span { border-color: #E1277C; }
span { border-color: rgb(225,39,124); }
td.TdClassName
{
border-color: #E1277C;
}
.TagClassName
{
border-color: #E1277C;
}
</style>