Shades of Deep Cerise #E1238D
Tints of Deep Cerise #E1238D
RGB
CMYK
RGB Variations
Color information
#E1238D (or 0xE1238D) is known color: Deep Cerise. HEX triplet: E1, 23 and 8D. RGB value is (225,35,141). Sum of RGB (Red+Green+Blue) = 225+35+141=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1238D is #1EDC72. Grayscale: #676767. Windows color (decimal): -2022515 or 9249761. OLE color: 9249761.
HSL color Cylindrical-coordinate representation of color #E1238D: hue angle of 326.53º 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 #E1238D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 141 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.12 |
| HSL | 326.53º | 0.76% | 0.51% | - |
| HSV(B) | 326.53º | 0.84% | 0.88% | - |
| XYZ | 36.46 | 19.13 | 26.97 | - |
| YUV | 103.89 | 148.95 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 141 | 0 | 0.84 | 0.37 | 0.12 | 326.53 | 0.76 | 0.51 |
| Hex | E1 | 23 | 8D | 0 | 54 | 25 | C | 147 | 4C | 33 |
| Octal | 341 | 43 | 215 | 0 | 124 | 45 | 14 | 507 | 114 | 63 |
| Binary | 11100001 | 100011 | 10001101 | 0 | 1010100 | 100101 | 1100 | 101000111 | 1001100 | 110011 |
Color Harmonies of #E1238D
Complementary color
Monochromatic Colors of #E1238D
Black with #E1238D
Text Example
Text Example
White with #E1238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1238D; }
p { color: rgb(225,35,141); }
H1.HeaderClassName
{
color: #E1238D;
}
.AnyTagClassName
{
color: #E1238D;
}
</style>
background-color css
<style>
a { background-color: #E1238D; }
a { background-color: rgb(225,35,141); }
div.DivClassName
{
background-color: #E1238D;
}
.BgClassName
{
background-color: #E1238D;
}
</style>
border-color css
<style>
span { border-color: #E1238D; }
span { border-color: rgb(225,35,141); }
td.TdClassName
{
border-color: #E1238D;
}
.TagClassName
{
border-color: #E1238D;
}
</style>