Shades of Deep Cerise #E32885
Tints of Deep Cerise #E32885
RGB
CMYK
RGB Variations
Color information
#E32885 (or 0xE32885) is known color: Deep Cerise. HEX triplet: E3, 28 and 85. RGB value is (227,40,133). Sum of RGB (Red+Green+Blue) = 227+40+133=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E32885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32885 is #1CD77A. Grayscale: #6A6A6A. Windows color (decimal): -1890171 or 8726755. OLE color: 8726755.
HSL color Cylindrical-coordinate representation of color #E32885: hue angle of 330.16º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32885 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 133 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.11 |
| HSL | 330.16º | 0.77% | 0.52% | - |
| HSV(B) | 330.16º | 0.82% | 0.89% | - |
| XYZ | 36.67 | 19.54 | 24.03 | - |
| YUV | 106.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 133 | 0 | 0.82 | 0.41 | 0.11 | 330.16 | 0.77 | 0.52 |
| Hex | E3 | 28 | 85 | 0 | 52 | 29 | B | 14A | 4D | 34 |
| Octal | 343 | 50 | 205 | 0 | 122 | 51 | 13 | 512 | 115 | 64 |
| Binary | 11100011 | 101000 | 10000101 | 0 | 1010010 | 101001 | 1011 | 101001010 | 1001101 | 110100 |
Color Harmonies of #E32885
Complementary color
Monochromatic Colors of #E32885
Black with #E32885
Text Example
Text Example
White with #E32885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32885; }
p { color: rgb(227,40,133); }
H1.HeaderClassName
{
color: #E32885;
}
.AnyTagClassName
{
color: #E32885;
}
</style>
background-color css
<style>
a { background-color: #E32885; }
a { background-color: rgb(227,40,133); }
div.DivClassName
{
background-color: #E32885;
}
.BgClassName
{
background-color: #E32885;
}
</style>
border-color css
<style>
span { border-color: #E32885; }
span { border-color: rgb(227,40,133); }
td.TdClassName
{
border-color: #E32885;
}
.TagClassName
{
border-color: #E32885;
}
</style>