Shades of Cerise #E3225F
Tints of Cerise #E3225F
RGB
CMYK
RGB Variations
Color information
#E3225F (or 0xE3225F) is known color: Cerise. HEX triplet: E3, 22 and 5F. RGB value is (227,34,95). Sum of RGB (Red+Green+Blue) = 227+34+95=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E3225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3225F is #1CDDA0. Grayscale: #626262. Windows color (decimal): -1891745 or 6234851. OLE color: 6234851.
HSL color Cylindrical-coordinate representation of color #E3225F: hue angle of 341.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3225F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 95 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.11 |
| HSL | 341.04º | 0.78% | 0.51% | - |
| HSV(B) | 341.04º | 0.85% | 0.89% | - |
| XYZ | 34.32 | 18.3 | 12.55 | - |
| YUV | 98.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 95 | 0 | 0.85 | 0.58 | 0.11 | 341.04 | 0.78 | 0.51 |
| Hex | E3 | 22 | 5F | 0 | 55 | 3A | B | 155 | 4E | 33 |
| Octal | 343 | 42 | 137 | 0 | 125 | 72 | 13 | 525 | 116 | 63 |
| Binary | 11100011 | 100010 | 1011111 | 0 | 1010101 | 111010 | 1011 | 101010101 | 1001110 | 110011 |
Color Harmonies of #E3225F
Complementary color
Monochromatic Colors of #E3225F
Black with #E3225F
Text Example
Text Example
White with #E3225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3225F; }
p { color: rgb(227,34,95); }
H1.HeaderClassName
{
color: #E3225F;
}
.AnyTagClassName
{
color: #E3225F;
}
</style>
background-color css
<style>
a { background-color: #E3225F; }
a { background-color: rgb(227,34,95); }
div.DivClassName
{
background-color: #E3225F;
}
.BgClassName
{
background-color: #E3225F;
}
</style>
border-color css
<style>
span { border-color: #E3225F; }
span { border-color: rgb(227,34,95); }
td.TdClassName
{
border-color: #E3225F;
}
.TagClassName
{
border-color: #E3225F;
}
</style>