Shades of Deep Cerise #E32B8D
Tints of Deep Cerise #E32B8D
RGB
CMYK
RGB Variations
Color information
#E32B8D (or 0xE32B8D) is known color: Deep Cerise. HEX triplet: E3, 2B and 8D. RGB value is (227,43,141). Sum of RGB (Red+Green+Blue) = 227+43+141=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32B8D is #1CD472. Grayscale: #6C6C6C. Windows color (decimal): -1889395 or 9251811. OLE color: 9251811.
HSL color Cylindrical-coordinate representation of color #E32B8D: hue angle of 328.04º 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 #E32B8D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 141 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.11 |
| HSL | 328.04º | 0.77% | 0.53% | - |
| HSV(B) | 328.04º | 0.81% | 0.89% | - |
| XYZ | 37.35 | 19.98 | 27.09 | - |
| YUV | 109.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 141 | 0 | 0.81 | 0.38 | 0.11 | 328.04 | 0.77 | 0.53 |
| Hex | E3 | 2B | 8D | 0 | 51 | 26 | B | 148 | 4D | 35 |
| Octal | 343 | 53 | 215 | 0 | 121 | 46 | 13 | 510 | 115 | 65 |
| Binary | 11100011 | 101011 | 10001101 | 0 | 1010001 | 100110 | 1011 | 101001000 | 1001101 | 110101 |
Color Harmonies of #E32B8D
Complementary color
Monochromatic Colors of #E32B8D
Black with #E32B8D
Text Example
Text Example
White with #E32B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32B8D; }
p { color: rgb(227,43,141); }
H1.HeaderClassName
{
color: #E32B8D;
}
.AnyTagClassName
{
color: #E32B8D;
}
</style>
background-color css
<style>
a { background-color: #E32B8D; }
a { background-color: rgb(227,43,141); }
div.DivClassName
{
background-color: #E32B8D;
}
.BgClassName
{
background-color: #E32B8D;
}
</style>
border-color css
<style>
span { border-color: #E32B8D; }
span { border-color: rgb(227,43,141); }
td.TdClassName
{
border-color: #E32B8D;
}
.TagClassName
{
border-color: #E32B8D;
}
</style>