Shades of Cranberry #E24972
Tints of Cranberry #E24972
RGB
CMYK
RGB Variations
Color information
#E24972 (or 0xE24972) is known color: Cranberry. HEX triplet: E2, 49 and 72. RGB value is (226,73,114). Sum of RGB (Red+Green+Blue) = 226+73+114=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E24972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24972 is #1DB68D. Grayscale: #7B7B7B. Windows color (decimal): -1947278 or 7490018. OLE color: 7490018.
HSL color Cylindrical-coordinate representation of color #E24972: hue angle of 343.92º 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 #E24972 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 114 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.11 |
| HSL | 343.92º | 0.73% | 0.59% | - |
| HSV(B) | 343.92º | 0.68% | 0.89% | - |
| XYZ | 36.78 | 22.15 | 18.26 | - |
| YUV | 123.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 114 | 0 | 0.68 | 0.50 | 0.11 | 343.92 | 0.73 | 0.59 |
| Hex | E2 | 49 | 72 | 0 | 44 | 32 | B | 158 | 49 | 3B |
| Octal | 342 | 111 | 162 | 0 | 104 | 62 | 13 | 530 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1110010 | 0 | 1000100 | 110010 | 1011 | 101011000 | 1001001 | 111011 |
Color Harmonies of #E24972
Complementary color
Monochromatic Colors of #E24972
Black with #E24972
Text Example
Text Example
White with #E24972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24972; }
p { color: rgb(226,73,114); }
H1.HeaderClassName
{
color: #E24972;
}
.AnyTagClassName
{
color: #E24972;
}
</style>
background-color css
<style>
a { background-color: #E24972; }
a { background-color: rgb(226,73,114); }
div.DivClassName
{
background-color: #E24972;
}
.BgClassName
{
background-color: #E24972;
}
</style>
border-color css
<style>
span { border-color: #E24972; }
span { border-color: rgb(226,73,114); }
td.TdClassName
{
border-color: #E24972;
}
.TagClassName
{
border-color: #E24972;
}
</style>