Shades of Cerise #E2255F
Tints of Cerise #E2255F
RGB
CMYK
RGB Variations
Color information
#E2255F (or 0xE2255F) is known color: Cerise. HEX triplet: E2, 25 and 5F. RGB value is (226,37,95). Sum of RGB (Red+Green+Blue) = 226+37+95=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2255F is #1DDAA0. Grayscale: #646464. Windows color (decimal): -1956513 or 6235618. OLE color: 6235618.
HSL color Cylindrical-coordinate representation of color #E2255F: hue angle of 341.59º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2255F is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 95 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.11 |
| HSL | 341.59º | 0.77% | 0.52% | - |
| HSV(B) | 341.59º | 0.84% | 0.89% | - |
| XYZ | 34.09 | 18.32 | 12.57 | - |
| YUV | 100.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 95 | 0 | 0.84 | 0.58 | 0.11 | 341.59 | 0.77 | 0.52 |
| Hex | E2 | 25 | 5F | 0 | 54 | 3A | B | 156 | 4D | 34 |
| Octal | 342 | 45 | 137 | 0 | 124 | 72 | 13 | 526 | 115 | 64 |
| Binary | 11100010 | 100101 | 1011111 | 0 | 1010100 | 111010 | 1011 | 101010110 | 1001101 | 110100 |
Color Harmonies of #E2255F
Complementary color
Monochromatic Colors of #E2255F
Black with #E2255F
Text Example
Text Example
White with #E2255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2255F; }
p { color: rgb(226,37,95); }
H1.HeaderClassName
{
color: #E2255F;
}
.AnyTagClassName
{
color: #E2255F;
}
</style>
background-color css
<style>
a { background-color: #E2255F; }
a { background-color: rgb(226,37,95); }
div.DivClassName
{
background-color: #E2255F;
}
.BgClassName
{
background-color: #E2255F;
}
</style>
border-color css
<style>
span { border-color: #E2255F; }
span { border-color: rgb(226,37,95); }
td.TdClassName
{
border-color: #E2255F;
}
.TagClassName
{
border-color: #E2255F;
}
</style>