Shades of Deep Cerise #E2238A
Tints of Deep Cerise #E2238A
RGB
CMYK
RGB Variations
Color information
#E2238A (or 0xE2238A) is known color: Deep Cerise. HEX triplet: E2, 23 and 8A. RGB value is (226,35,138). Sum of RGB (Red+Green+Blue) = 226+35+138=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2238A is #1DDC75. Grayscale: #676767. Windows color (decimal): -1956982 or 9053154. OLE color: 9053154.
HSL color Cylindrical-coordinate representation of color #E2238A: hue angle of 327.64º 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 #E2238A is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 138 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.11 |
| HSL | 327.64º | 0.77% | 0.51% | - |
| HSV(B) | 327.64º | 0.85% | 0.89% | - |
| XYZ | 36.55 | 19.21 | 25.83 | - |
| YUV | 103.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 138 | 0 | 0.85 | 0.39 | 0.11 | 327.64 | 0.77 | 0.51 |
| Hex | E2 | 23 | 8A | 0 | 55 | 27 | B | 148 | 4D | 33 |
| Octal | 342 | 43 | 212 | 0 | 125 | 47 | 13 | 510 | 115 | 63 |
| Binary | 11100010 | 100011 | 10001010 | 0 | 1010101 | 100111 | 1011 | 101001000 | 1001101 | 110011 |
Color Harmonies of #E2238A
Complementary color
Monochromatic Colors of #E2238A
Black with #E2238A
Text Example
Text Example
White with #E2238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2238A; }
p { color: rgb(226,35,138); }
H1.HeaderClassName
{
color: #E2238A;
}
.AnyTagClassName
{
color: #E2238A;
}
</style>
background-color css
<style>
a { background-color: #E2238A; }
a { background-color: rgb(226,35,138); }
div.DivClassName
{
background-color: #E2238A;
}
.BgClassName
{
background-color: #E2238A;
}
</style>
border-color css
<style>
span { border-color: #E2238A; }
span { border-color: rgb(226,35,138); }
td.TdClassName
{
border-color: #E2238A;
}
.TagClassName
{
border-color: #E2238A;
}
</style>