Shades of Cerise #E1316B
Tints of Cerise #E1316B
RGB
CMYK
RGB Variations
Color information
#E1316B (or 0xE1316B) is known color: Cerise. HEX triplet: E1, 31 and 6B. RGB value is (225,49,107). Sum of RGB (Red+Green+Blue) = 225+49+107=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1316B is #1ECE94. Grayscale: #6C6C6C. Windows color (decimal): -2018965 or 7025121. OLE color: 7025121.
HSL color Cylindrical-coordinate representation of color #E1316B: hue angle of 340.23º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1316B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 107 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.12 |
| HSL | 340.23º | 0.75% | 0.54% | - |
| HSV(B) | 340.23º | 0.78% | 0.88% | - |
| XYZ | 34.8 | 19.27 | 15.79 | - |
| YUV | 108.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 107 | 0 | 0.78 | 0.52 | 0.12 | 340.23 | 0.75 | 0.54 |
| Hex | E1 | 31 | 6B | 0 | 4E | 34 | C | 154 | 4B | 36 |
| Octal | 341 | 61 | 153 | 0 | 116 | 64 | 14 | 524 | 113 | 66 |
| Binary | 11100001 | 110001 | 1101011 | 0 | 1001110 | 110100 | 1100 | 101010100 | 1001011 | 110110 |
Color Harmonies of #E1316B
Complementary color
Monochromatic Colors of #E1316B
Black with #E1316B
Text Example
Text Example
White with #E1316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1316B; }
p { color: rgb(225,49,107); }
H1.HeaderClassName
{
color: #E1316B;
}
.AnyTagClassName
{
color: #E1316B;
}
</style>
background-color css
<style>
a { background-color: #E1316B; }
a { background-color: rgb(225,49,107); }
div.DivClassName
{
background-color: #E1316B;
}
.BgClassName
{
background-color: #E1316B;
}
</style>
border-color css
<style>
span { border-color: #E1316B; }
span { border-color: rgb(225,49,107); }
td.TdClassName
{
border-color: #E1316B;
}
.TagClassName
{
border-color: #E1316B;
}
</style>