Shades of Cranberry #E7496C
Tints of Cranberry #E7496C
RGB
CMYK
RGB Variations
Color information
#E7496C (or 0xE7496C) is known color: Cranberry. HEX triplet: E7, 49 and 6C. RGB value is (231,73,108). Sum of RGB (Red+Green+Blue) = 231+73+108=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7496C is #18B693. Grayscale: #7C7C7C. Windows color (decimal): -1619604 or 7096807. OLE color: 7096807.
HSL color Cylindrical-coordinate representation of color #E7496C: hue angle of 346.71º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7496C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 108 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.09 |
| HSL | 346.71º | 0.77% | 0.6% | - |
| HSV(B) | 346.71º | 0.68% | 0.91% | - |
| XYZ | 38.04 | 22.84 | 16.59 | - |
| YUV | 124.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 108 | 0 | 0.68 | 0.53 | 0.09 | 346.71 | 0.77 | 0.6 |
| Hex | E7 | 49 | 6C | 0 | 44 | 35 | 9 | 15B | 4D | 3C |
| Octal | 347 | 111 | 154 | 0 | 104 | 65 | 11 | 533 | 115 | 74 |
| Binary | 11100111 | 1001001 | 1101100 | 0 | 1000100 | 110101 | 1001 | 101011011 | 1001101 | 111100 |
Color Harmonies of #E7496C
Complementary color
Monochromatic Colors of #E7496C
Black with #E7496C
Text Example
Text Example
White with #E7496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7496C; }
p { color: rgb(231,73,108); }
H1.HeaderClassName
{
color: #E7496C;
}
.AnyTagClassName
{
color: #E7496C;
}
</style>
background-color css
<style>
a { background-color: #E7496C; }
a { background-color: rgb(231,73,108); }
div.DivClassName
{
background-color: #E7496C;
}
.BgClassName
{
background-color: #E7496C;
}
</style>
border-color css
<style>
span { border-color: #E7496C; }
span { border-color: rgb(231,73,108); }
td.TdClassName
{
border-color: #E7496C;
}
.TagClassName
{
border-color: #E7496C;
}
</style>