Shades of Deep Cerise #E2428B
Tints of Deep Cerise #E2428B
RGB
CMYK
RGB Variations
Color information
#E2428B (or 0xE2428B) is known color: Deep Cerise. HEX triplet: E2, 42 and 8B. RGB value is (226,66,139). Sum of RGB (Red+Green+Blue) = 226+66+139=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2428B is #1DBD74. Grayscale: #7A7A7A. Windows color (decimal): -1949045 or 9126626. OLE color: 9126626.
HSL color Cylindrical-coordinate representation of color #E2428B: hue angle of 332.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2428B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 139 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.11 |
| HSL | 332.63º | 0.73% | 0.57% | - |
| HSV(B) | 332.63º | 0.71% | 0.89% | - |
| XYZ | 37.97 | 21.93 | 26.66 | - |
| YUV | 122.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 139 | 0 | 0.71 | 0.38 | 0.11 | 332.63 | 0.73 | 0.57 |
| Hex | E2 | 42 | 8B | 0 | 47 | 26 | B | 14D | 49 | 39 |
| Octal | 342 | 102 | 213 | 0 | 107 | 46 | 13 | 515 | 111 | 71 |
| Binary | 11100010 | 1000010 | 10001011 | 0 | 1000111 | 100110 | 1011 | 101001101 | 1001001 | 111001 |
Color Harmonies of #E2428B
Complementary color
Monochromatic Colors of #E2428B
Black with #E2428B
Text Example
Text Example
White with #E2428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2428B; }
p { color: rgb(226,66,139); }
H1.HeaderClassName
{
color: #E2428B;
}
.AnyTagClassName
{
color: #E2428B;
}
</style>
background-color css
<style>
a { background-color: #E2428B; }
a { background-color: rgb(226,66,139); }
div.DivClassName
{
background-color: #E2428B;
}
.BgClassName
{
background-color: #E2428B;
}
</style>
border-color css
<style>
span { border-color: #E2428B; }
span { border-color: rgb(226,66,139); }
td.TdClassName
{
border-color: #E2428B;
}
.TagClassName
{
border-color: #E2428B;
}
</style>