Shades of Deep Cerise #E1257C
Tints of Deep Cerise #E1257C
RGB
CMYK
RGB Variations
Color information
#E1257C (or 0xE1257C) is known color: Deep Cerise. HEX triplet: E1, 25 and 7C. RGB value is (225,37,124). Sum of RGB (Red+Green+Blue) = 225+37+124=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1257C is #1EDA83. Grayscale: #666666. Windows color (decimal): -2022020 or 8136161. OLE color: 8136161.
HSL color Cylindrical-coordinate representation of color #E1257C: hue angle of 332.23º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1257C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 124 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.12 |
| HSL | 332.23º | 0.76% | 0.51% | - |
| HSV(B) | 332.23º | 0.84% | 0.88% | - |
| XYZ | 35.35 | 18.79 | 20.83 | - |
| YUV | 103.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 124 | 0 | 0.84 | 0.45 | 0.12 | 332.23 | 0.76 | 0.51 |
| Hex | E1 | 25 | 7C | 0 | 54 | 2D | C | 14C | 4C | 33 |
| Octal | 341 | 45 | 174 | 0 | 124 | 55 | 14 | 514 | 114 | 63 |
| Binary | 11100001 | 100101 | 1111100 | 0 | 1010100 | 101101 | 1100 | 101001100 | 1001100 | 110011 |
Color Harmonies of #E1257C
Complementary color
Monochromatic Colors of #E1257C
Black with #E1257C
Text Example
Text Example
White with #E1257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1257C; }
p { color: rgb(225,37,124); }
H1.HeaderClassName
{
color: #E1257C;
}
.AnyTagClassName
{
color: #E1257C;
}
</style>
background-color css
<style>
a { background-color: #E1257C; }
a { background-color: rgb(225,37,124); }
div.DivClassName
{
background-color: #E1257C;
}
.BgClassName
{
background-color: #E1257C;
}
</style>
border-color css
<style>
span { border-color: #E1257C; }
span { border-color: rgb(225,37,124); }
td.TdClassName
{
border-color: #E1257C;
}
.TagClassName
{
border-color: #E1257C;
}
</style>