Shades of Cerise #E2316D
Tints of Cerise #E2316D
RGB
CMYK
RGB Variations
Color information
#E2316D (or 0xE2316D) is known color: Cerise. HEX triplet: E2, 31 and 6D. RGB value is (226,49,109). Sum of RGB (Red+Green+Blue) = 226+49+109=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2316D is #1DCE92. Grayscale: #6C6C6C. Windows color (decimal): -1953427 or 7156194. OLE color: 7156194.
HSL color Cylindrical-coordinate representation of color #E2316D: hue angle of 339.66º 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 #E2316D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 109 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.11 |
| HSL | 339.66º | 0.75% | 0.54% | - |
| HSV(B) | 339.66º | 0.78% | 0.89% | - |
| XYZ | 35.22 | 19.47 | 16.37 | - |
| YUV | 108.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 109 | 0 | 0.78 | 0.52 | 0.11 | 339.66 | 0.75 | 0.54 |
| Hex | E2 | 31 | 6D | 0 | 4E | 34 | B | 154 | 4B | 36 |
| Octal | 342 | 61 | 155 | 0 | 116 | 64 | 13 | 524 | 113 | 66 |
| Binary | 11100010 | 110001 | 1101101 | 0 | 1001110 | 110100 | 1011 | 101010100 | 1001011 | 110110 |
Color Harmonies of #E2316D
Complementary color
Monochromatic Colors of #E2316D
Black with #E2316D
Text Example
Text Example
White with #E2316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2316D; }
p { color: rgb(226,49,109); }
H1.HeaderClassName
{
color: #E2316D;
}
.AnyTagClassName
{
color: #E2316D;
}
</style>
background-color css
<style>
a { background-color: #E2316D; }
a { background-color: rgb(226,49,109); }
div.DivClassName
{
background-color: #E2316D;
}
.BgClassName
{
background-color: #E2316D;
}
</style>
border-color css
<style>
span { border-color: #E2316D; }
span { border-color: rgb(226,49,109); }
td.TdClassName
{
border-color: #E2316D;
}
.TagClassName
{
border-color: #E2316D;
}
</style>