Shades of Cerise #E2255E
Tints of Cerise #E2255E
RGB
CMYK
RGB Variations
Color information
#E2255E (or 0xE2255E) is known color: Cerise. HEX triplet: E2, 25 and 5E. RGB value is (226,37,94). Sum of RGB (Red+Green+Blue) = 226+37+94=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2255E is #1DDAA1. Grayscale: #636363. Windows color (decimal): -1956514 or 6170082. OLE color: 6170082.
HSL color Cylindrical-coordinate representation of color #E2255E: hue angle of 341.9º 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 #E2255E is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 94 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.11 |
| HSL | 341.9º | 0.77% | 0.52% | - |
| HSV(B) | 341.9º | 0.84% | 0.89% | - |
| XYZ | 34.05 | 18.3 | 12.33 | - |
| YUV | 100.01 | 124.62 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 94 | 0 | 0.84 | 0.58 | 0.11 | 341.9 | 0.77 | 0.52 |
| Hex | E2 | 25 | 5E | 0 | 54 | 3A | B | 156 | 4D | 34 |
| Octal | 342 | 45 | 136 | 0 | 124 | 72 | 13 | 526 | 115 | 64 |
| Binary | 11100010 | 100101 | 1011110 | 0 | 1010100 | 111010 | 1011 | 101010110 | 1001101 | 110100 |
Color Harmonies of #E2255E
Complementary color
Monochromatic Colors of #E2255E
Black with #E2255E
Text Example
Text Example
White with #E2255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2255E; }
p { color: rgb(226,37,94); }
H1.HeaderClassName
{
color: #E2255E;
}
.AnyTagClassName
{
color: #E2255E;
}
</style>
background-color css
<style>
a { background-color: #E2255E; }
a { background-color: rgb(226,37,94); }
div.DivClassName
{
background-color: #E2255E;
}
.BgClassName
{
background-color: #E2255E;
}
</style>
border-color css
<style>
span { border-color: #E2255E; }
span { border-color: rgb(226,37,94); }
td.TdClassName
{
border-color: #E2255E;
}
.TagClassName
{
border-color: #E2255E;
}
</style>