Shades of Cerise #E2316C
Tints of Cerise #E2316C
RGB
CMYK
RGB Variations
Color information
#E2316C (or 0xE2316C) is known color: Cerise. HEX triplet: E2, 31 and 6C. RGB value is (226,49,108). Sum of RGB (Red+Green+Blue) = 226+49+108=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2316C is #1DCE93. Grayscale: #6C6C6C. Windows color (decimal): -1953428 or 7090658. OLE color: 7090658.
HSL color Cylindrical-coordinate representation of color #E2316C: hue angle of 340º 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 #E2316C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 108 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.11 |
| HSL | 340º | 0.75% | 0.54% | - |
| HSV(B) | 340º | 0.78% | 0.89% | - |
| XYZ | 35.17 | 19.45 | 16.09 | - |
| YUV | 108.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 108 | 0 | 0.78 | 0.52 | 0.11 | 340 | 0.75 | 0.54 |
| Hex | E2 | 31 | 6C | 0 | 4E | 34 | B | 154 | 4B | 36 |
| Octal | 342 | 61 | 154 | 0 | 116 | 64 | 13 | 524 | 113 | 66 |
| Binary | 11100010 | 110001 | 1101100 | 0 | 1001110 | 110100 | 1011 | 101010100 | 1001011 | 110110 |
Color Harmonies of #E2316C
Complementary color
Monochromatic Colors of #E2316C
Black with #E2316C
Text Example
Text Example
White with #E2316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2316C; }
p { color: rgb(226,49,108); }
H1.HeaderClassName
{
color: #E2316C;
}
.AnyTagClassName
{
color: #E2316C;
}
</style>
background-color css
<style>
a { background-color: #E2316C; }
a { background-color: rgb(226,49,108); }
div.DivClassName
{
background-color: #E2316C;
}
.BgClassName
{
background-color: #E2316C;
}
</style>
border-color css
<style>
span { border-color: #E2316C; }
span { border-color: rgb(226,49,108); }
td.TdClassName
{
border-color: #E2316C;
}
.TagClassName
{
border-color: #E2316C;
}
</style>