Shades of Cranberry #E1496C
Tints of Cranberry #E1496C
RGB
CMYK
RGB Variations
Color information
#E1496C (or 0xE1496C) is known color: Cranberry. HEX triplet: E1, 49 and 6C. RGB value is (225,73,108). Sum of RGB (Red+Green+Blue) = 225+73+108=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1496C is #1EB693. Grayscale: #7A7A7A. Windows color (decimal): -2012820 or 7096801. OLE color: 7096801.
HSL color Cylindrical-coordinate representation of color #E1496C: hue angle of 346.18º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1496C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 108 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.12 |
| HSL | 346.18º | 0.72% | 0.58% | - |
| HSV(B) | 346.18º | 0.68% | 0.88% | - |
| XYZ | 36.14 | 21.86 | 16.5 | - |
| YUV | 122.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 108 | 0 | 0.68 | 0.52 | 0.12 | 346.18 | 0.72 | 0.58 |
| Hex | E1 | 49 | 6C | 0 | 44 | 34 | C | 15A | 48 | 3A |
| Octal | 341 | 111 | 154 | 0 | 104 | 64 | 14 | 532 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1101100 | 0 | 1000100 | 110100 | 1100 | 101011010 | 1001000 | 111010 |
Color Harmonies of #E1496C
Complementary color
Monochromatic Colors of #E1496C
Black with #E1496C
Text Example
Text Example
White with #E1496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1496C; }
p { color: rgb(225,73,108); }
H1.HeaderClassName
{
color: #E1496C;
}
.AnyTagClassName
{
color: #E1496C;
}
</style>
background-color css
<style>
a { background-color: #E1496C; }
a { background-color: rgb(225,73,108); }
div.DivClassName
{
background-color: #E1496C;
}
.BgClassName
{
background-color: #E1496C;
}
</style>
border-color css
<style>
span { border-color: #E1496C; }
span { border-color: rgb(225,73,108); }
td.TdClassName
{
border-color: #E1496C;
}
.TagClassName
{
border-color: #E1496C;
}
</style>