Shades of Deep Cerise #E5257C
Tints of Deep Cerise #E5257C
RGB
CMYK
RGB Variations
Color information
#E5257C (or 0xE5257C) is known color: Deep Cerise. HEX triplet: E5, 25 and 7C. RGB value is (229,37,124). Sum of RGB (Red+Green+Blue) = 229+37+124=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5257C is #1ADA83. Grayscale: #686868. Windows color (decimal): -1759876 or 8136165. OLE color: 8136165.
HSL color Cylindrical-coordinate representation of color #E5257C: hue angle of 332.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5257C is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 124 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.10 |
| HSL | 332.81º | 0.79% | 0.52% | - |
| HSV(B) | 332.81º | 0.84% | 0.9% | - |
| XYZ | 36.61 | 19.44 | 20.89 | - |
| YUV | 104.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 124 | 0 | 0.84 | 0.46 | 0.10 | 332.81 | 0.79 | 0.52 |
| Hex | E5 | 25 | 7C | 0 | 54 | 2E | A | 14D | 4F | 34 |
| Octal | 345 | 45 | 174 | 0 | 124 | 56 | 12 | 515 | 117 | 64 |
| Binary | 11100101 | 100101 | 1111100 | 0 | 1010100 | 101110 | 1010 | 101001101 | 1001111 | 110100 |
Color Harmonies of #E5257C
Complementary color
Monochromatic Colors of #E5257C
Black with #E5257C
Text Example
Text Example
White with #E5257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5257C; }
p { color: rgb(229,37,124); }
H1.HeaderClassName
{
color: #E5257C;
}
.AnyTagClassName
{
color: #E5257C;
}
</style>
background-color css
<style>
a { background-color: #E5257C; }
a { background-color: rgb(229,37,124); }
div.DivClassName
{
background-color: #E5257C;
}
.BgClassName
{
background-color: #E5257C;
}
</style>
border-color css
<style>
span { border-color: #E5257C; }
span { border-color: rgb(229,37,124); }
td.TdClassName
{
border-color: #E5257C;
}
.TagClassName
{
border-color: #E5257C;
}
</style>