Shades of Cranberry #E24072
Tints of Cranberry #E24072
RGB
CMYK
RGB Variations
Color information
#E24072 (or 0xE24072) is known color: Cranberry. HEX triplet: E2, 40 and 72. RGB value is (226,64,114). Sum of RGB (Red+Green+Blue) = 226+64+114=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E24072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24072 is #1DBF8D. Grayscale: #767676. Windows color (decimal): -1949582 or 7487714. OLE color: 7487714.
HSL color Cylindrical-coordinate representation of color #E24072: hue angle of 341.48º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24072 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 114 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.11 |
| HSL | 341.48º | 0.74% | 0.57% | - |
| HSV(B) | 341.48º | 0.72% | 0.89% | - |
| XYZ | 36.23 | 21.05 | 18.07 | - |
| YUV | 118.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 114 | 0 | 0.72 | 0.50 | 0.11 | 341.48 | 0.74 | 0.57 |
| Hex | E2 | 40 | 72 | 0 | 48 | 32 | B | 155 | 4A | 39 |
| Octal | 342 | 100 | 162 | 0 | 110 | 62 | 13 | 525 | 112 | 71 |
| Binary | 11100010 | 1000000 | 1110010 | 0 | 1001000 | 110010 | 1011 | 101010101 | 1001010 | 111001 |
Color Harmonies of #E24072
Complementary color
Monochromatic Colors of #E24072
Black with #E24072
Text Example
Text Example
White with #E24072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24072; }
p { color: rgb(226,64,114); }
H1.HeaderClassName
{
color: #E24072;
}
.AnyTagClassName
{
color: #E24072;
}
</style>
background-color css
<style>
a { background-color: #E24072; }
a { background-color: rgb(226,64,114); }
div.DivClassName
{
background-color: #E24072;
}
.BgClassName
{
background-color: #E24072;
}
</style>
border-color css
<style>
span { border-color: #E24072; }
span { border-color: rgb(226,64,114); }
td.TdClassName
{
border-color: #E24072;
}
.TagClassName
{
border-color: #E24072;
}
</style>