Shades of Deep Cerise #E2238D
Tints of Deep Cerise #E2238D
RGB
CMYK
RGB Variations
Color information
#E2238D (or 0xE2238D) is known color: Deep Cerise. HEX triplet: E2, 23 and 8D. RGB value is (226,35,141). Sum of RGB (Red+Green+Blue) = 226+35+141=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2238D is #1DDC72. Grayscale: #676767. Windows color (decimal): -1956979 or 9249762. OLE color: 9249762.
HSL color Cylindrical-coordinate representation of color #E2238D: hue angle of 326.7º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2238D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 141 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.11 |
| HSL | 326.7º | 0.77% | 0.51% | - |
| HSV(B) | 326.7º | 0.85% | 0.89% | - |
| XYZ | 36.77 | 19.29 | 26.99 | - |
| YUV | 104.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 141 | 0 | 0.85 | 0.38 | 0.11 | 326.7 | 0.77 | 0.51 |
| Hex | E2 | 23 | 8D | 0 | 55 | 26 | B | 147 | 4D | 33 |
| Octal | 342 | 43 | 215 | 0 | 125 | 46 | 13 | 507 | 115 | 63 |
| Binary | 11100010 | 100011 | 10001101 | 0 | 1010101 | 100110 | 1011 | 101000111 | 1001101 | 110011 |
Color Harmonies of #E2238D
Complementary color
Monochromatic Colors of #E2238D
Black with #E2238D
Text Example
Text Example
White with #E2238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2238D; }
p { color: rgb(226,35,141); }
H1.HeaderClassName
{
color: #E2238D;
}
.AnyTagClassName
{
color: #E2238D;
}
</style>
background-color css
<style>
a { background-color: #E2238D; }
a { background-color: rgb(226,35,141); }
div.DivClassName
{
background-color: #E2238D;
}
.BgClassName
{
background-color: #E2238D;
}
</style>
border-color css
<style>
span { border-color: #E2238D; }
span { border-color: rgb(226,35,141); }
td.TdClassName
{
border-color: #E2238D;
}
.TagClassName
{
border-color: #E2238D;
}
</style>