Shades of Cranberry #E1496A
Tints of Cranberry #E1496A
RGB
CMYK
RGB Variations
Color information
#E1496A (or 0xE1496A) is known color: Cranberry. HEX triplet: E1, 49 and 6A. RGB value is (225,73,106). Sum of RGB (Red+Green+Blue) = 225+73+106=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1496A is #1EB695. Grayscale: #7A7A7A. Windows color (decimal): -2012822 or 6965729. OLE color: 6965729.
HSL color Cylindrical-coordinate representation of color #E1496A: hue angle of 346.97º 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 #E1496A is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 106 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.12 |
| HSL | 346.97º | 0.72% | 0.58% | - |
| HSV(B) | 346.97º | 0.68% | 0.88% | - |
| XYZ | 36.04 | 21.81 | 15.95 | - |
| YUV | 122.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 106 | 0 | 0.68 | 0.53 | 0.12 | 346.97 | 0.72 | 0.58 |
| Hex | E1 | 49 | 6A | 0 | 44 | 35 | C | 15B | 48 | 3A |
| Octal | 341 | 111 | 152 | 0 | 104 | 65 | 14 | 533 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1101010 | 0 | 1000100 | 110101 | 1100 | 101011011 | 1001000 | 111010 |
Color Harmonies of #E1496A
Complementary color
Monochromatic Colors of #E1496A
Black with #E1496A
Text Example
Text Example
White with #E1496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1496A; }
p { color: rgb(225,73,106); }
H1.HeaderClassName
{
color: #E1496A;
}
.AnyTagClassName
{
color: #E1496A;
}
</style>
background-color css
<style>
a { background-color: #E1496A; }
a { background-color: rgb(225,73,106); }
div.DivClassName
{
background-color: #E1496A;
}
.BgClassName
{
background-color: #E1496A;
}
</style>
border-color css
<style>
span { border-color: #E1496A; }
span { border-color: rgb(225,73,106); }
td.TdClassName
{
border-color: #E1496A;
}
.TagClassName
{
border-color: #E1496A;
}
</style>