Shades of Deep Cerise #E2328A
Tints of Deep Cerise #E2328A
RGB
CMYK
RGB Variations
Color information
#E2328A (or 0xE2328A) is known color: Deep Cerise. HEX triplet: E2, 32 and 8A. RGB value is (226,50,138). Sum of RGB (Red+Green+Blue) = 226+50+138=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2328A is #1DCD75. Grayscale: #707070. Windows color (decimal): -1953142 or 9056994. OLE color: 9056994.
HSL color Cylindrical-coordinate representation of color #E2328A: hue angle of 330º 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 #E2328A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 138 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.11 |
| HSL | 330º | 0.75% | 0.54% | - |
| HSV(B) | 330º | 0.78% | 0.89% | - |
| XYZ | 37.09 | 20.28 | 26.01 | - |
| YUV | 112.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 138 | 0 | 0.78 | 0.39 | 0.11 | 330 | 0.75 | 0.54 |
| Hex | E2 | 32 | 8A | 0 | 4E | 27 | B | 14A | 4B | 36 |
| Octal | 342 | 62 | 212 | 0 | 116 | 47 | 13 | 512 | 113 | 66 |
| Binary | 11100010 | 110010 | 10001010 | 0 | 1001110 | 100111 | 1011 | 101001010 | 1001011 | 110110 |
Color Harmonies of #E2328A
Complementary color
Monochromatic Colors of #E2328A
Black with #E2328A
Text Example
Text Example
White with #E2328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2328A; }
p { color: rgb(226,50,138); }
H1.HeaderClassName
{
color: #E2328A;
}
.AnyTagClassName
{
color: #E2328A;
}
</style>
background-color css
<style>
a { background-color: #E2328A; }
a { background-color: rgb(226,50,138); }
div.DivClassName
{
background-color: #E2328A;
}
.BgClassName
{
background-color: #E2328A;
}
</style>
border-color css
<style>
span { border-color: #E2328A; }
span { border-color: rgb(226,50,138); }
td.TdClassName
{
border-color: #E2328A;
}
.TagClassName
{
border-color: #E2328A;
}
</style>