Shades of Deep Cerise #E1259D
Tints of Deep Cerise #E1259D
RGB
CMYK
RGB Variations
Color information
#E1259D (or 0xE1259D) is known color: Deep Cerise. HEX triplet: E1, 25 and 9D. RGB value is (225,37,157). Sum of RGB (Red+Green+Blue) = 225+37+157=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1259D is #1EDA62. Grayscale: #6A6A6A. Windows color (decimal): -2021987 or 10298849. OLE color: 10298849.
HSL color Cylindrical-coordinate representation of color #E1259D: hue angle of 321.7º 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 #E1259D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 157 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.12 |
| HSL | 321.7º | 0.76% | 0.51% | - |
| HSV(B) | 321.7º | 0.84% | 0.88% | - |
| XYZ | 37.8 | 19.77 | 33.72 | - |
| YUV | 106.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 157 | 0 | 0.84 | 0.30 | 0.12 | 321.7 | 0.76 | 0.51 |
| Hex | E1 | 25 | 9D | 0 | 54 | 1E | C | 142 | 4C | 33 |
| Octal | 341 | 45 | 235 | 0 | 124 | 36 | 14 | 502 | 114 | 63 |
| Binary | 11100001 | 100101 | 10011101 | 0 | 1010100 | 11110 | 1100 | 101000010 | 1001100 | 110011 |
Color Harmonies of #E1259D
Complementary color
Monochromatic Colors of #E1259D
Black with #E1259D
Text Example
Text Example
White with #E1259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1259D; }
p { color: rgb(225,37,157); }
H1.HeaderClassName
{
color: #E1259D;
}
.AnyTagClassName
{
color: #E1259D;
}
</style>
background-color css
<style>
a { background-color: #E1259D; }
a { background-color: rgb(225,37,157); }
div.DivClassName
{
background-color: #E1259D;
}
.BgClassName
{
background-color: #E1259D;
}
</style>
border-color css
<style>
span { border-color: #E1259D; }
span { border-color: rgb(225,37,157); }
td.TdClassName
{
border-color: #E1259D;
}
.TagClassName
{
border-color: #E1259D;
}
</style>