Shades of Deep Cerise #E2238C
Tints of Deep Cerise #E2238C
RGB
CMYK
RGB Variations
Color information
#E2238C (or 0xE2238C) is known color: Deep Cerise. HEX triplet: E2, 23 and 8C. RGB value is (226,35,140). Sum of RGB (Red+Green+Blue) = 226+35+140=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2238C is #1DDC73. Grayscale: #676767. Windows color (decimal): -1956980 or 9184226. OLE color: 9184226.
HSL color Cylindrical-coordinate representation of color #E2238C: hue angle of 327.02º 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 #E2238C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 140 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.11 |
| HSL | 327.02º | 0.77% | 0.51% | - |
| HSV(B) | 327.02º | 0.85% | 0.89% | - |
| XYZ | 36.7 | 19.26 | 26.6 | - |
| YUV | 104.08 | 148.28 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 140 | 0 | 0.85 | 0.38 | 0.11 | 327.02 | 0.77 | 0.51 |
| Hex | E2 | 23 | 8C | 0 | 55 | 26 | B | 147 | 4D | 33 |
| Octal | 342 | 43 | 214 | 0 | 125 | 46 | 13 | 507 | 115 | 63 |
| Binary | 11100010 | 100011 | 10001100 | 0 | 1010101 | 100110 | 1011 | 101000111 | 1001101 | 110011 |
Color Harmonies of #E2238C
Complementary color
Monochromatic Colors of #E2238C
Black with #E2238C
Text Example
Text Example
White with #E2238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2238C; }
p { color: rgb(226,35,140); }
H1.HeaderClassName
{
color: #E2238C;
}
.AnyTagClassName
{
color: #E2238C;
}
</style>
background-color css
<style>
a { background-color: #E2238C; }
a { background-color: rgb(226,35,140); }
div.DivClassName
{
background-color: #E2238C;
}
.BgClassName
{
background-color: #E2238C;
}
</style>
border-color css
<style>
span { border-color: #E2238C; }
span { border-color: rgb(226,35,140); }
td.TdClassName
{
border-color: #E2238C;
}
.TagClassName
{
border-color: #E2238C;
}
</style>