Shades of Cerise #E2315B
Tints of Cerise #E2315B
RGB
CMYK
RGB Variations
Color information
#E2315B (or 0xE2315B) is known color: Cerise. HEX triplet: E2, 31 and 5B. RGB value is (226,49,91). Sum of RGB (Red+Green+Blue) = 226+49+91=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2315B is #1DCEA4. Grayscale: #6A6A6A. Windows color (decimal): -1953445 or 5976546. OLE color: 5976546.
HSL color Cylindrical-coordinate representation of color #E2315B: hue angle of 345.76º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2315B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 91 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.11 |
| HSL | 345.76º | 0.75% | 0.54% | - |
| HSV(B) | 345.76º | 0.78% | 0.89% | - |
| XYZ | 34.35 | 19.12 | 11.78 | - |
| YUV | 106.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 91 | 0 | 0.78 | 0.60 | 0.11 | 345.76 | 0.75 | 0.54 |
| Hex | E2 | 31 | 5B | 0 | 4E | 3C | B | 15A | 4B | 36 |
| Octal | 342 | 61 | 133 | 0 | 116 | 74 | 13 | 532 | 113 | 66 |
| Binary | 11100010 | 110001 | 1011011 | 0 | 1001110 | 111100 | 1011 | 101011010 | 1001011 | 110110 |
Color Harmonies of #E2315B
Complementary color
Monochromatic Colors of #E2315B
Black with #E2315B
Text Example
Text Example
White with #E2315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2315B; }
p { color: rgb(226,49,91); }
H1.HeaderClassName
{
color: #E2315B;
}
.AnyTagClassName
{
color: #E2315B;
}
</style>
background-color css
<style>
a { background-color: #E2315B; }
a { background-color: rgb(226,49,91); }
div.DivClassName
{
background-color: #E2315B;
}
.BgClassName
{
background-color: #E2315B;
}
</style>
border-color css
<style>
span { border-color: #E2315B; }
span { border-color: rgb(226,49,91); }
td.TdClassName
{
border-color: #E2315B;
}
.TagClassName
{
border-color: #E2315B;
}
</style>