Shades of Deep Cerise #E2238B
Tints of Deep Cerise #E2238B
RGB
CMYK
RGB Variations
Color information
#E2238B (or 0xE2238B) is known color: Deep Cerise. HEX triplet: E2, 23 and 8B. RGB value is (226,35,139). Sum of RGB (Red+Green+Blue) = 226+35+139=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2238B is #1DDC74. Grayscale: #676767. Windows color (decimal): -1956981 or 9118690. OLE color: 9118690.
HSL color Cylindrical-coordinate representation of color #E2238B: hue angle of 327.33º 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 #E2238B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 139 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.11 |
| HSL | 327.33º | 0.77% | 0.51% | - |
| HSV(B) | 327.33º | 0.85% | 0.89% | - |
| XYZ | 36.63 | 19.23 | 26.21 | - |
| YUV | 103.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 139 | 0 | 0.85 | 0.38 | 0.11 | 327.33 | 0.77 | 0.51 |
| Hex | E2 | 23 | 8B | 0 | 55 | 26 | B | 147 | 4D | 33 |
| Octal | 342 | 43 | 213 | 0 | 125 | 46 | 13 | 507 | 115 | 63 |
| Binary | 11100010 | 100011 | 10001011 | 0 | 1010101 | 100110 | 1011 | 101000111 | 1001101 | 110011 |
Color Harmonies of #E2238B
Complementary color
Monochromatic Colors of #E2238B
Black with #E2238B
Text Example
Text Example
White with #E2238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2238B; }
p { color: rgb(226,35,139); }
H1.HeaderClassName
{
color: #E2238B;
}
.AnyTagClassName
{
color: #E2238B;
}
</style>
background-color css
<style>
a { background-color: #E2238B; }
a { background-color: rgb(226,35,139); }
div.DivClassName
{
background-color: #E2238B;
}
.BgClassName
{
background-color: #E2238B;
}
</style>
border-color css
<style>
span { border-color: #E2238B; }
span { border-color: rgb(226,35,139); }
td.TdClassName
{
border-color: #E2238B;
}
.TagClassName
{
border-color: #E2238B;
}
</style>