Shades of Deep Cerise #E2338A
Tints of Deep Cerise #E2338A
RGB
CMYK
RGB Variations
Color information
#E2338A (or 0xE2338A) is known color: Deep Cerise. HEX triplet: E2, 33 and 8A. RGB value is (226,51,138). Sum of RGB (Red+Green+Blue) = 226+51+138=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2338A is #1DCC75. Grayscale: #717171. Windows color (decimal): -1952886 or 9057250. OLE color: 9057250.
HSL color Cylindrical-coordinate representation of color #E2338A: hue angle of 330.17º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2338A is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 138 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.11 |
| HSL | 330.17º | 0.75% | 0.54% | - |
| HSV(B) | 330.17º | 0.77% | 0.89% | - |
| XYZ | 37.14 | 20.37 | 26.02 | - |
| YUV | 113.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 138 | 0 | 0.77 | 0.39 | 0.11 | 330.17 | 0.75 | 0.54 |
| Hex | E2 | 33 | 8A | 0 | 4D | 27 | B | 14A | 4B | 36 |
| Octal | 342 | 63 | 212 | 0 | 115 | 47 | 13 | 512 | 113 | 66 |
| Binary | 11100010 | 110011 | 10001010 | 0 | 1001101 | 100111 | 1011 | 101001010 | 1001011 | 110110 |
Color Harmonies of #E2338A
Complementary color
Monochromatic Colors of #E2338A
Black with #E2338A
Text Example
Text Example
White with #E2338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2338A; }
p { color: rgb(226,51,138); }
H1.HeaderClassName
{
color: #E2338A;
}
.AnyTagClassName
{
color: #E2338A;
}
</style>
background-color css
<style>
a { background-color: #E2338A; }
a { background-color: rgb(226,51,138); }
div.DivClassName
{
background-color: #E2338A;
}
.BgClassName
{
background-color: #E2338A;
}
</style>
border-color css
<style>
span { border-color: #E2338A; }
span { border-color: rgb(226,51,138); }
td.TdClassName
{
border-color: #E2338A;
}
.TagClassName
{
border-color: #E2338A;
}
</style>