Shades of Cerise #E32D6A
Tints of Cerise #E32D6A
RGB
CMYK
RGB Variations
Color information
#E32D6A (or 0xE32D6A) is known color: Cerise. HEX triplet: E3, 2D and 6A. RGB value is (227,45,106). Sum of RGB (Red+Green+Blue) = 227+45+106=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32D6A is #1CD295. Grayscale: #6A6A6A. Windows color (decimal): -1888918 or 6958563. OLE color: 6958563.
HSL color Cylindrical-coordinate representation of color #E32D6A: hue angle of 339.89º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32D6A is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 106 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.11 |
| HSL | 339.89º | 0.76% | 0.53% | - |
| HSV(B) | 339.89º | 0.8% | 0.89% | - |
| XYZ | 35.22 | 19.25 | 15.49 | - |
| YUV | 106.37 | 127.8 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 106 | 0 | 0.80 | 0.53 | 0.11 | 339.89 | 0.76 | 0.53 |
| Hex | E3 | 2D | 6A | 0 | 50 | 35 | B | 154 | 4C | 35 |
| Octal | 343 | 55 | 152 | 0 | 120 | 65 | 13 | 524 | 114 | 65 |
| Binary | 11100011 | 101101 | 1101010 | 0 | 1010000 | 110101 | 1011 | 101010100 | 1001100 | 110101 |
Color Harmonies of #E32D6A
Complementary color
Monochromatic Colors of #E32D6A
Black with #E32D6A
Text Example
Text Example
White with #E32D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32D6A; }
p { color: rgb(227,45,106); }
H1.HeaderClassName
{
color: #E32D6A;
}
.AnyTagClassName
{
color: #E32D6A;
}
</style>
background-color css
<style>
a { background-color: #E32D6A; }
a { background-color: rgb(227,45,106); }
div.DivClassName
{
background-color: #E32D6A;
}
.BgClassName
{
background-color: #E32D6A;
}
</style>
border-color css
<style>
span { border-color: #E32D6A; }
span { border-color: rgb(227,45,106); }
td.TdClassName
{
border-color: #E32D6A;
}
.TagClassName
{
border-color: #E32D6A;
}
</style>