Shades of Deep Cerise #E32A8C
Tints of Deep Cerise #E32A8C
RGB
CMYK
RGB Variations
Color information
#E32A8C (or 0xE32A8C) is known color: Deep Cerise. HEX triplet: E3, 2A and 8C. RGB value is (227,42,140). Sum of RGB (Red+Green+Blue) = 227+42+140=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32A8C is #1CD573. Grayscale: #6C6C6C. Windows color (decimal): -1889652 or 9186019. OLE color: 9186019.
HSL color Cylindrical-coordinate representation of color #E32A8C: hue angle of 328.22º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32A8C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 140 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.11 |
| HSL | 328.22º | 0.77% | 0.53% | - |
| HSV(B) | 328.22º | 0.81% | 0.89% | - |
| XYZ | 37.24 | 19.88 | 26.69 | - |
| YUV | 108.49 | 145.79 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 140 | 0 | 0.81 | 0.38 | 0.11 | 328.22 | 0.77 | 0.53 |
| Hex | E3 | 2A | 8C | 0 | 51 | 26 | B | 148 | 4D | 35 |
| Octal | 343 | 52 | 214 | 0 | 121 | 46 | 13 | 510 | 115 | 65 |
| Binary | 11100011 | 101010 | 10001100 | 0 | 1010001 | 100110 | 1011 | 101001000 | 1001101 | 110101 |
Color Harmonies of #E32A8C
Complementary color
Monochromatic Colors of #E32A8C
Black with #E32A8C
Text Example
Text Example
White with #E32A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A8C; }
p { color: rgb(227,42,140); }
H1.HeaderClassName
{
color: #E32A8C;
}
.AnyTagClassName
{
color: #E32A8C;
}
</style>
background-color css
<style>
a { background-color: #E32A8C; }
a { background-color: rgb(227,42,140); }
div.DivClassName
{
background-color: #E32A8C;
}
.BgClassName
{
background-color: #E32A8C;
}
</style>
border-color css
<style>
span { border-color: #E32A8C; }
span { border-color: rgb(227,42,140); }
td.TdClassName
{
border-color: #E32A8C;
}
.TagClassName
{
border-color: #E32A8C;
}
</style>