Shades of Cerise #E7316B
Tints of Cerise #E7316B
RGB
CMYK
RGB Variations
Color information
#E7316B (or 0xE7316B) is known color: Cerise. HEX triplet: E7, 31 and 6B. RGB value is (231,49,107). Sum of RGB (Red+Green+Blue) = 231+49+107=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7316B is #18CE94. Grayscale: #6D6D6D. Windows color (decimal): -1625749 or 7025127. OLE color: 7025127.
HSL color Cylindrical-coordinate representation of color #E7316B: hue angle of 340.88º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7316B is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 107 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.09 |
| HSL | 340.88º | 0.79% | 0.55% | - |
| HSV(B) | 340.88º | 0.79% | 0.91% | - |
| XYZ | 36.71 | 20.25 | 15.88 | - |
| YUV | 110.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 107 | 0 | 0.79 | 0.54 | 0.09 | 340.88 | 0.79 | 0.55 |
| Hex | E7 | 31 | 6B | 0 | 4F | 36 | 9 | 155 | 4F | 37 |
| Octal | 347 | 61 | 153 | 0 | 117 | 66 | 11 | 525 | 117 | 67 |
| Binary | 11100111 | 110001 | 1101011 | 0 | 1001111 | 110110 | 1001 | 101010101 | 1001111 | 110111 |
Color Harmonies of #E7316B
Complementary color
Monochromatic Colors of #E7316B
Black with #E7316B
Text Example
Text Example
White with #E7316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7316B; }
p { color: rgb(231,49,107); }
H1.HeaderClassName
{
color: #E7316B;
}
.AnyTagClassName
{
color: #E7316B;
}
</style>
background-color css
<style>
a { background-color: #E7316B; }
a { background-color: rgb(231,49,107); }
div.DivClassName
{
background-color: #E7316B;
}
.BgClassName
{
background-color: #E7316B;
}
</style>
border-color css
<style>
span { border-color: #E7316B; }
span { border-color: rgb(231,49,107); }
td.TdClassName
{
border-color: #E7316B;
}
.TagClassName
{
border-color: #E7316B;
}
</style>