Shades of Deep Cerise #E1238B
Tints of Deep Cerise #E1238B
RGB
CMYK
RGB Variations
Color information
#E1238B (or 0xE1238B) is known color: Deep Cerise. HEX triplet: E1, 23 and 8B. RGB value is (225,35,139). Sum of RGB (Red+Green+Blue) = 225+35+139=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1238B is #1EDC74. Grayscale: #676767. Windows color (decimal): -2022517 or 9118689. OLE color: 9118689.
HSL color Cylindrical-coordinate representation of color #E1238B: hue angle of 327.16º 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 #E1238B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 139 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.12 |
| HSL | 327.16º | 0.76% | 0.51% | - |
| HSV(B) | 327.16º | 0.84% | 0.88% | - |
| XYZ | 36.31 | 19.07 | 26.19 | - |
| YUV | 103.67 | 147.95 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 139 | 0 | 0.84 | 0.38 | 0.12 | 327.16 | 0.76 | 0.51 |
| Hex | E1 | 23 | 8B | 0 | 54 | 26 | C | 147 | 4C | 33 |
| Octal | 341 | 43 | 213 | 0 | 124 | 46 | 14 | 507 | 114 | 63 |
| Binary | 11100001 | 100011 | 10001011 | 0 | 1010100 | 100110 | 1100 | 101000111 | 1001100 | 110011 |
Color Harmonies of #E1238B
Complementary color
Monochromatic Colors of #E1238B
Black with #E1238B
Text Example
Text Example
White with #E1238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1238B; }
p { color: rgb(225,35,139); }
H1.HeaderClassName
{
color: #E1238B;
}
.AnyTagClassName
{
color: #E1238B;
}
</style>
background-color css
<style>
a { background-color: #E1238B; }
a { background-color: rgb(225,35,139); }
div.DivClassName
{
background-color: #E1238B;
}
.BgClassName
{
background-color: #E1238B;
}
</style>
border-color css
<style>
span { border-color: #E1238B; }
span { border-color: rgb(225,35,139); }
td.TdClassName
{
border-color: #E1238B;
}
.TagClassName
{
border-color: #E1238B;
}
</style>