Shades of Cerise #E1316D
Tints of Cerise #E1316D
RGB
CMYK
RGB Variations
Color information
#E1316D (or 0xE1316D) is known color: Cerise. HEX triplet: E1, 31 and 6D. RGB value is (225,49,109). Sum of RGB (Red+Green+Blue) = 225+49+109=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1316D is #1ECE92. Grayscale: #6C6C6C. Windows color (decimal): -2018963 or 7156193. OLE color: 7156193.
HSL color Cylindrical-coordinate representation of color #E1316D: hue angle of 339.55º 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 #E1316D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 109 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.12 |
| HSL | 339.55º | 0.75% | 0.54% | - |
| HSV(B) | 339.55º | 0.78% | 0.88% | - |
| XYZ | 34.91 | 19.31 | 16.35 | - |
| YUV | 108.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 109 | 0 | 0.78 | 0.52 | 0.12 | 339.55 | 0.75 | 0.54 |
| Hex | E1 | 31 | 6D | 0 | 4E | 34 | C | 154 | 4B | 36 |
| Octal | 341 | 61 | 155 | 0 | 116 | 64 | 14 | 524 | 113 | 66 |
| Binary | 11100001 | 110001 | 1101101 | 0 | 1001110 | 110100 | 1100 | 101010100 | 1001011 | 110110 |
Color Harmonies of #E1316D
Complementary color
Monochromatic Colors of #E1316D
Black with #E1316D
Text Example
Text Example
White with #E1316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1316D; }
p { color: rgb(225,49,109); }
H1.HeaderClassName
{
color: #E1316D;
}
.AnyTagClassName
{
color: #E1316D;
}
</style>
background-color css
<style>
a { background-color: #E1316D; }
a { background-color: rgb(225,49,109); }
div.DivClassName
{
background-color: #E1316D;
}
.BgClassName
{
background-color: #E1316D;
}
</style>
border-color css
<style>
span { border-color: #E1316D; }
span { border-color: rgb(225,49,109); }
td.TdClassName
{
border-color: #E1316D;
}
.TagClassName
{
border-color: #E1316D;
}
</style>