Shades of Cerise #E32965
Tints of Cerise #E32965
RGB
CMYK
RGB Variations
Color information
#E32965 (or 0xE32965) is known color: Cerise. HEX triplet: E3, 29 and 65. RGB value is (227,41,101). Sum of RGB (Red+Green+Blue) = 227+41+101=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E32965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32965 is #1CD69A. Grayscale: #676767. Windows color (decimal): -1889947 or 6629859. OLE color: 6629859.
HSL color Cylindrical-coordinate representation of color #E32965: hue angle of 340.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32965 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 101 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.11 |
| HSL | 340.65º | 0.77% | 0.53% | - |
| HSV(B) | 340.65º | 0.82% | 0.89% | - |
| XYZ | 34.82 | 18.86 | 14.12 | - |
| YUV | 103.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 101 | 0 | 0.82 | 0.56 | 0.11 | 340.65 | 0.77 | 0.53 |
| Hex | E3 | 29 | 65 | 0 | 52 | 38 | B | 155 | 4D | 35 |
| Octal | 343 | 51 | 145 | 0 | 122 | 70 | 13 | 525 | 115 | 65 |
| Binary | 11100011 | 101001 | 1100101 | 0 | 1010010 | 111000 | 1011 | 101010101 | 1001101 | 110101 |
Color Harmonies of #E32965
Complementary color
Monochromatic Colors of #E32965
Black with #E32965
Text Example
Text Example
White with #E32965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32965; }
p { color: rgb(227,41,101); }
H1.HeaderClassName
{
color: #E32965;
}
.AnyTagClassName
{
color: #E32965;
}
</style>
background-color css
<style>
a { background-color: #E32965; }
a { background-color: rgb(227,41,101); }
div.DivClassName
{
background-color: #E32965;
}
.BgClassName
{
background-color: #E32965;
}
</style>
border-color css
<style>
span { border-color: #E32965; }
span { border-color: rgb(227,41,101); }
td.TdClassName
{
border-color: #E32965;
}
.TagClassName
{
border-color: #E32965;
}
</style>