Shades of Cranberry #E2497A
Tints of Cranberry #E2497A
RGB
CMYK
RGB Variations
Color information
#E2497A (or 0xE2497A) is known color: Cranberry. HEX triplet: E2, 49 and 7A. RGB value is (226,73,122). Sum of RGB (Red+Green+Blue) = 226+73+122=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2497A is #1DB685. Grayscale: #7C7C7C. Windows color (decimal): -1947270 or 8014306. OLE color: 8014306.
HSL color Cylindrical-coordinate representation of color #E2497A: hue angle of 340.78º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2497A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 122 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.11 |
| HSL | 340.78º | 0.73% | 0.59% | - |
| HSV(B) | 340.78º | 0.68% | 0.89% | - |
| XYZ | 37.26 | 22.34 | 20.76 | - |
| YUV | 124.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 122 | 0 | 0.68 | 0.46 | 0.11 | 340.78 | 0.73 | 0.59 |
| Hex | E2 | 49 | 7A | 0 | 44 | 2E | B | 155 | 49 | 3B |
| Octal | 342 | 111 | 172 | 0 | 104 | 56 | 13 | 525 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1111010 | 0 | 1000100 | 101110 | 1011 | 101010101 | 1001001 | 111011 |
Color Harmonies of #E2497A
Complementary color
Monochromatic Colors of #E2497A
Black with #E2497A
Text Example
Text Example
White with #E2497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2497A; }
p { color: rgb(226,73,122); }
H1.HeaderClassName
{
color: #E2497A;
}
.AnyTagClassName
{
color: #E2497A;
}
</style>
background-color css
<style>
a { background-color: #E2497A; }
a { background-color: rgb(226,73,122); }
div.DivClassName
{
background-color: #E2497A;
}
.BgClassName
{
background-color: #E2497A;
}
</style>
border-color css
<style>
span { border-color: #E2497A; }
span { border-color: rgb(226,73,122); }
td.TdClassName
{
border-color: #E2497A;
}
.TagClassName
{
border-color: #E2497A;
}
</style>