Shades of Deep Cerise #E2398B
Tints of Deep Cerise #E2398B
RGB
CMYK
RGB Variations
Color information
#E2398B (or 0xE2398B) is known color: Deep Cerise. HEX triplet: E2, 39 and 8B. RGB value is (226,57,139). Sum of RGB (Red+Green+Blue) = 226+57+139=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2398B is #1DC674. Grayscale: #747474. Windows color (decimal): -1951349 or 9124322. OLE color: 9124322.
HSL color Cylindrical-coordinate representation of color #E2398B: hue angle of 330.89º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2398B is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 139 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.11 |
| HSL | 330.89º | 0.74% | 0.55% | - |
| HSV(B) | 330.89º | 0.75% | 0.89% | - |
| XYZ | 37.49 | 20.96 | 26.5 | - |
| YUV | 116.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 139 | 0 | 0.75 | 0.38 | 0.11 | 330.89 | 0.74 | 0.55 |
| Hex | E2 | 39 | 8B | 0 | 4B | 26 | B | 14B | 4A | 37 |
| Octal | 342 | 71 | 213 | 0 | 113 | 46 | 13 | 513 | 112 | 67 |
| Binary | 11100010 | 111001 | 10001011 | 0 | 1001011 | 100110 | 1011 | 101001011 | 1001010 | 110111 |
Color Harmonies of #E2398B
Complementary color
Monochromatic Colors of #E2398B
Black with #E2398B
Text Example
Text Example
White with #E2398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2398B; }
p { color: rgb(226,57,139); }
H1.HeaderClassName
{
color: #E2398B;
}
.AnyTagClassName
{
color: #E2398B;
}
</style>
background-color css
<style>
a { background-color: #E2398B; }
a { background-color: rgb(226,57,139); }
div.DivClassName
{
background-color: #E2398B;
}
.BgClassName
{
background-color: #E2398B;
}
</style>
border-color css
<style>
span { border-color: #E2398B; }
span { border-color: rgb(226,57,139); }
td.TdClassName
{
border-color: #E2398B;
}
.TagClassName
{
border-color: #E2398B;
}
</style>