Shades of Cranberry #E24969
Tints of Cranberry #E24969
RGB
CMYK
RGB Variations
Color information
#E24969 (or 0xE24969) is known color: Cranberry. HEX triplet: E2, 49 and 69. RGB value is (226,73,105). Sum of RGB (Red+Green+Blue) = 226+73+105=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E24969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24969 is #1DB696. Grayscale: #7A7A7A. Windows color (decimal): -1947287 or 6900194. OLE color: 6900194.
HSL color Cylindrical-coordinate representation of color #E24969: hue angle of 347.45º 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 #E24969 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 105 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.11 |
| HSL | 347.45º | 0.73% | 0.59% | - |
| HSV(B) | 347.45º | 0.68% | 0.89% | - |
| XYZ | 36.3 | 21.95 | 15.69 | - |
| YUV | 122.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 105 | 0 | 0.68 | 0.54 | 0.11 | 347.45 | 0.73 | 0.59 |
| Hex | E2 | 49 | 69 | 0 | 44 | 36 | B | 15B | 49 | 3B |
| Octal | 342 | 111 | 151 | 0 | 104 | 66 | 13 | 533 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1101001 | 0 | 1000100 | 110110 | 1011 | 101011011 | 1001001 | 111011 |
Color Harmonies of #E24969
Complementary color
Monochromatic Colors of #E24969
Black with #E24969
Text Example
Text Example
White with #E24969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24969; }
p { color: rgb(226,73,105); }
H1.HeaderClassName
{
color: #E24969;
}
.AnyTagClassName
{
color: #E24969;
}
</style>
background-color css
<style>
a { background-color: #E24969; }
a { background-color: rgb(226,73,105); }
div.DivClassName
{
background-color: #E24969;
}
.BgClassName
{
background-color: #E24969;
}
</style>
border-color css
<style>
span { border-color: #E24969; }
span { border-color: rgb(226,73,105); }
td.TdClassName
{
border-color: #E24969;
}
.TagClassName
{
border-color: #E24969;
}
</style>