Shades of Deep Cerise #E2328D
Tints of Deep Cerise #E2328D
RGB
CMYK
RGB Variations
Color information
#E2328D (or 0xE2328D) is known color: Deep Cerise. HEX triplet: E2, 32 and 8D. RGB value is (226,50,141). Sum of RGB (Red+Green+Blue) = 226+50+141=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2328D is #1DCD72. Grayscale: #707070. Windows color (decimal): -1953139 or 9253602. OLE color: 9253602.
HSL color Cylindrical-coordinate representation of color #E2328D: hue angle of 328.98º 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 #E2328D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 141 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.11 |
| HSL | 328.98º | 0.75% | 0.54% | - |
| HSV(B) | 328.98º | 0.78% | 0.89% | - |
| XYZ | 37.31 | 20.37 | 27.17 | - |
| YUV | 113 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 141 | 0 | 0.78 | 0.38 | 0.11 | 328.98 | 0.75 | 0.54 |
| Hex | E2 | 32 | 8D | 0 | 4E | 26 | B | 149 | 4B | 36 |
| Octal | 342 | 62 | 215 | 0 | 116 | 46 | 13 | 511 | 113 | 66 |
| Binary | 11100010 | 110010 | 10001101 | 0 | 1001110 | 100110 | 1011 | 101001001 | 1001011 | 110110 |
Color Harmonies of #E2328D
Complementary color
Monochromatic Colors of #E2328D
Black with #E2328D
Text Example
Text Example
White with #E2328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2328D; }
p { color: rgb(226,50,141); }
H1.HeaderClassName
{
color: #E2328D;
}
.AnyTagClassName
{
color: #E2328D;
}
</style>
background-color css
<style>
a { background-color: #E2328D; }
a { background-color: rgb(226,50,141); }
div.DivClassName
{
background-color: #E2328D;
}
.BgClassName
{
background-color: #E2328D;
}
</style>
border-color css
<style>
span { border-color: #E2328D; }
span { border-color: rgb(226,50,141); }
td.TdClassName
{
border-color: #E2328D;
}
.TagClassName
{
border-color: #E2328D;
}
</style>