Shades of Cerise #E32C5F
Tints of Cerise #E32C5F
RGB
CMYK
RGB Variations
Color information
#E32C5F (or 0xE32C5F) is known color: Cerise. HEX triplet: E3, 2C and 5F. RGB value is (227,44,95). Sum of RGB (Red+Green+Blue) = 227+44+95=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32C5F is #1CD3A0. Grayscale: #686868. Windows color (decimal): -1889185 or 6237411. OLE color: 6237411.
HSL color Cylindrical-coordinate representation of color #E32C5F: hue angle of 343.28º 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 #E32C5F is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 95 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.11 |
| HSL | 343.28º | 0.77% | 0.53% | - |
| HSV(B) | 343.28º | 0.81% | 0.89% | - |
| XYZ | 34.64 | 18.96 | 12.66 | - |
| YUV | 104.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 95 | 0 | 0.81 | 0.58 | 0.11 | 343.28 | 0.77 | 0.53 |
| Hex | E3 | 2C | 5F | 0 | 51 | 3A | B | 157 | 4D | 35 |
| Octal | 343 | 54 | 137 | 0 | 121 | 72 | 13 | 527 | 115 | 65 |
| Binary | 11100011 | 101100 | 1011111 | 0 | 1010001 | 111010 | 1011 | 101010111 | 1001101 | 110101 |
Color Harmonies of #E32C5F
Complementary color
Monochromatic Colors of #E32C5F
Black with #E32C5F
Text Example
Text Example
White with #E32C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32C5F; }
p { color: rgb(227,44,95); }
H1.HeaderClassName
{
color: #E32C5F;
}
.AnyTagClassName
{
color: #E32C5F;
}
</style>
background-color css
<style>
a { background-color: #E32C5F; }
a { background-color: rgb(227,44,95); }
div.DivClassName
{
background-color: #E32C5F;
}
.BgClassName
{
background-color: #E32C5F;
}
</style>
border-color css
<style>
span { border-color: #E32C5F; }
span { border-color: rgb(227,44,95); }
td.TdClassName
{
border-color: #E32C5F;
}
.TagClassName
{
border-color: #E32C5F;
}
</style>