Shades of Cranberry #E24E7A
Tints of Cranberry #E24E7A
RGB
CMYK
RGB Variations
Color information
#E24E7A (or 0xE24E7A) is known color: Cranberry. HEX triplet: E2, 4E and 7A. RGB value is (226,78,122). Sum of RGB (Red+Green+Blue) = 226+78+122=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24E7A is #1DB185. Grayscale: #7F7F7F. Windows color (decimal): -1945990 or 8015586. OLE color: 8015586.
HSL color Cylindrical-coordinate representation of color #E24E7A: hue angle of 342.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24E7A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 78 | 122 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.11 |
| HSL | 342.16º | 0.72% | 0.6% | - |
| HSV(B) | 342.16º | 0.65% | 0.89% | - |
| XYZ | 37.6 | 23.02 | 20.87 | - |
| YUV | 127.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 122 | 0 | 0.65 | 0.46 | 0.11 | 342.16 | 0.72 | 0.6 |
| Hex | E2 | 4E | 7A | 0 | 41 | 2E | B | 156 | 48 | 3C |
| Octal | 342 | 116 | 172 | 0 | 101 | 56 | 13 | 526 | 110 | 74 |
| Binary | 11100010 | 1001110 | 1111010 | 0 | 1000001 | 101110 | 1011 | 101010110 | 1001000 | 111100 |
Color Harmonies of #E24E7A
Complementary color
Monochromatic Colors of #E24E7A
Black with #E24E7A
Text Example
Text Example
White with #E24E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24E7A; }
p { color: rgb(226,78,122); }
H1.HeaderClassName
{
color: #E24E7A;
}
.AnyTagClassName
{
color: #E24E7A;
}
</style>
background-color css
<style>
a { background-color: #E24E7A; }
a { background-color: rgb(226,78,122); }
div.DivClassName
{
background-color: #E24E7A;
}
.BgClassName
{
background-color: #E24E7A;
}
</style>
border-color css
<style>
span { border-color: #E24E7A; }
span { border-color: rgb(226,78,122); }
td.TdClassName
{
border-color: #E24E7A;
}
.TagClassName
{
border-color: #E24E7A;
}
</style>