Shades of Deep Cerise #E2328E
Tints of Deep Cerise #E2328E
RGB
CMYK
RGB Variations
Color information
#E2328E (or 0xE2328E) is known color: Deep Cerise. HEX triplet: E2, 32 and 8E. RGB value is (226,50,142). Sum of RGB (Red+Green+Blue) = 226+50+142=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2328E is #1DCD71. Grayscale: #707070. Windows color (decimal): -1953138 or 9319138. OLE color: 9319138.
HSL color Cylindrical-coordinate representation of color #E2328E: hue angle of 328.64º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2328E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 142 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.11 |
| HSL | 328.64º | 0.75% | 0.54% | - |
| HSV(B) | 328.64º | 0.78% | 0.89% | - |
| XYZ | 37.39 | 20.4 | 27.56 | - |
| YUV | 113.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 142 | 0 | 0.78 | 0.37 | 0.11 | 328.64 | 0.75 | 0.54 |
| Hex | E2 | 32 | 8E | 0 | 4E | 25 | B | 149 | 4B | 36 |
| Octal | 342 | 62 | 216 | 0 | 116 | 45 | 13 | 511 | 113 | 66 |
| Binary | 11100010 | 110010 | 10001110 | 0 | 1001110 | 100101 | 1011 | 101001001 | 1001011 | 110110 |
Color Harmonies of #E2328E
Complementary color
Monochromatic Colors of #E2328E
Black with #E2328E
Text Example
Text Example
White with #E2328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2328E; }
p { color: rgb(226,50,142); }
H1.HeaderClassName
{
color: #E2328E;
}
.AnyTagClassName
{
color: #E2328E;
}
</style>
background-color css
<style>
a { background-color: #E2328E; }
a { background-color: rgb(226,50,142); }
div.DivClassName
{
background-color: #E2328E;
}
.BgClassName
{
background-color: #E2328E;
}
</style>
border-color css
<style>
span { border-color: #E2328E; }
span { border-color: rgb(226,50,142); }
td.TdClassName
{
border-color: #E2328E;
}
.TagClassName
{
border-color: #E2328E;
}
</style>