Shades of Cranberry #E24979
Tints of Cranberry #E24979
RGB
CMYK
RGB Variations
Color information
#E24979 (or 0xE24979) is known color: Cranberry. HEX triplet: E2, 49 and 79. RGB value is (226,73,121). Sum of RGB (Red+Green+Blue) = 226+73+121=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E24979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24979 is #1DB686. Grayscale: #7C7C7C. Windows color (decimal): -1947271 or 7948770. OLE color: 7948770.
HSL color Cylindrical-coordinate representation of color #E24979: hue angle of 341.18º 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 #E24979 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 121 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.11 |
| HSL | 341.18º | 0.73% | 0.59% | - |
| HSV(B) | 341.18º | 0.68% | 0.89% | - |
| XYZ | 37.2 | 22.31 | 20.44 | - |
| YUV | 124.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 121 | 0 | 0.68 | 0.46 | 0.11 | 341.18 | 0.73 | 0.59 |
| Hex | E2 | 49 | 79 | 0 | 44 | 2E | B | 155 | 49 | 3B |
| Octal | 342 | 111 | 171 | 0 | 104 | 56 | 13 | 525 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1111001 | 0 | 1000100 | 101110 | 1011 | 101010101 | 1001001 | 111011 |
Color Harmonies of #E24979
Complementary color
Monochromatic Colors of #E24979
Black with #E24979
Text Example
Text Example
White with #E24979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24979; }
p { color: rgb(226,73,121); }
H1.HeaderClassName
{
color: #E24979;
}
.AnyTagClassName
{
color: #E24979;
}
</style>
background-color css
<style>
a { background-color: #E24979; }
a { background-color: rgb(226,73,121); }
div.DivClassName
{
background-color: #E24979;
}
.BgClassName
{
background-color: #E24979;
}
</style>
border-color css
<style>
span { border-color: #E24979; }
span { border-color: rgb(226,73,121); }
td.TdClassName
{
border-color: #E24979;
}
.TagClassName
{
border-color: #E24979;
}
</style>