Shades of Cranberry #E1496B
Tints of Cranberry #E1496B
RGB
CMYK
RGB Variations
Color information
#E1496B (or 0xE1496B) is known color: Cranberry. HEX triplet: E1, 49 and 6B. RGB value is (225,73,107). Sum of RGB (Red+Green+Blue) = 225+73+107=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1496B is #1EB694. Grayscale: #7A7A7A. Windows color (decimal): -2012821 or 7031265. OLE color: 7031265.
HSL color Cylindrical-coordinate representation of color #E1496B: hue angle of 346.58º 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 #E1496B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 107 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.12 |
| HSL | 346.58º | 0.72% | 0.58% | - |
| HSV(B) | 346.58º | 0.68% | 0.88% | - |
| XYZ | 36.09 | 21.83 | 16.22 | - |
| YUV | 122.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 107 | 0 | 0.68 | 0.52 | 0.12 | 346.58 | 0.72 | 0.58 |
| Hex | E1 | 49 | 6B | 0 | 44 | 34 | C | 15B | 48 | 3A |
| Octal | 341 | 111 | 153 | 0 | 104 | 64 | 14 | 533 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1101011 | 0 | 1000100 | 110100 | 1100 | 101011011 | 1001000 | 111010 |
Color Harmonies of #E1496B
Complementary color
Monochromatic Colors of #E1496B
Black with #E1496B
Text Example
Text Example
White with #E1496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1496B; }
p { color: rgb(225,73,107); }
H1.HeaderClassName
{
color: #E1496B;
}
.AnyTagClassName
{
color: #E1496B;
}
</style>
background-color css
<style>
a { background-color: #E1496B; }
a { background-color: rgb(225,73,107); }
div.DivClassName
{
background-color: #E1496B;
}
.BgClassName
{
background-color: #E1496B;
}
</style>
border-color css
<style>
span { border-color: #E1496B; }
span { border-color: rgb(225,73,107); }
td.TdClassName
{
border-color: #E1496B;
}
.TagClassName
{
border-color: #E1496B;
}
</style>