Shades of Cranberry #E1497E
Tints of Cranberry #E1497E
RGB
CMYK
RGB Variations
Color information
#E1497E (or 0xE1497E) is known color: Cranberry. HEX triplet: E1, 49 and 7E. RGB value is (225,73,126). Sum of RGB (Red+Green+Blue) = 225+73+126=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1497E is #1EB681. Grayscale: #7C7C7C. Windows color (decimal): -2012802 or 8276449. OLE color: 8276449.
HSL color Cylindrical-coordinate representation of color #E1497E: hue angle of 339.08º 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 #E1497E is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 126 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.12 |
| HSL | 339.08º | 0.72% | 0.58% | - |
| HSV(B) | 339.08º | 0.68% | 0.88% | - |
| XYZ | 37.2 | 22.28 | 22.08 | - |
| YUV | 124.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 126 | 0 | 0.68 | 0.44 | 0.12 | 339.08 | 0.72 | 0.58 |
| Hex | E1 | 49 | 7E | 0 | 44 | 2C | C | 153 | 48 | 3A |
| Octal | 341 | 111 | 176 | 0 | 104 | 54 | 14 | 523 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1111110 | 0 | 1000100 | 101100 | 1100 | 101010011 | 1001000 | 111010 |
Color Harmonies of #E1497E
Complementary color
Monochromatic Colors of #E1497E
Black with #E1497E
Text Example
Text Example
White with #E1497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1497E; }
p { color: rgb(225,73,126); }
H1.HeaderClassName
{
color: #E1497E;
}
.AnyTagClassName
{
color: #E1497E;
}
</style>
background-color css
<style>
a { background-color: #E1497E; }
a { background-color: rgb(225,73,126); }
div.DivClassName
{
background-color: #E1497E;
}
.BgClassName
{
background-color: #E1497E;
}
</style>
border-color css
<style>
span { border-color: #E1497E; }
span { border-color: rgb(225,73,126); }
td.TdClassName
{
border-color: #E1497E;
}
.TagClassName
{
border-color: #E1497E;
}
</style>