Shades of Deep Cerise #E1277E
Tints of Deep Cerise #E1277E
RGB
CMYK
RGB Variations
Color information
#E1277E (or 0xE1277E) is known color: Deep Cerise. HEX triplet: E1, 27 and 7E. RGB value is (225,39,126). Sum of RGB (Red+Green+Blue) = 225+39+126=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1277E is #1ED881. Grayscale: #686868. Windows color (decimal): -2021506 or 8267745. OLE color: 8267745.
HSL color Cylindrical-coordinate representation of color #E1277E: hue angle of 331.94º 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 #E1277E is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 126 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.12 |
| HSL | 331.94º | 0.76% | 0.52% | - |
| HSV(B) | 331.94º | 0.83% | 0.88% | - |
| XYZ | 35.54 | 18.96 | 21.53 | - |
| YUV | 104.53 | 140.12 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 126 | 0 | 0.83 | 0.44 | 0.12 | 331.94 | 0.76 | 0.52 |
| Hex | E1 | 27 | 7E | 0 | 53 | 2C | C | 14C | 4C | 34 |
| Octal | 341 | 47 | 176 | 0 | 123 | 54 | 14 | 514 | 114 | 64 |
| Binary | 11100001 | 100111 | 1111110 | 0 | 1010011 | 101100 | 1100 | 101001100 | 1001100 | 110100 |
Color Harmonies of #E1277E
Complementary color
Monochromatic Colors of #E1277E
Black with #E1277E
Text Example
Text Example
White with #E1277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1277E; }
p { color: rgb(225,39,126); }
H1.HeaderClassName
{
color: #E1277E;
}
.AnyTagClassName
{
color: #E1277E;
}
</style>
background-color css
<style>
a { background-color: #E1277E; }
a { background-color: rgb(225,39,126); }
div.DivClassName
{
background-color: #E1277E;
}
.BgClassName
{
background-color: #E1277E;
}
</style>
border-color css
<style>
span { border-color: #E1277E; }
span { border-color: rgb(225,39,126); }
td.TdClassName
{
border-color: #E1277E;
}
.TagClassName
{
border-color: #E1277E;
}
</style>