Shades of Cranberry #E24F74
Tints of Cranberry #E24F74
RGB
CMYK
RGB Variations
Color information
#E24F74 (or 0xE24F74) is known color: Cranberry. HEX triplet: E2, 4F and 74. RGB value is (226,79,116). Sum of RGB (Red+Green+Blue) = 226+79+116=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24F74 is #1DB08B. Grayscale: #7F7F7F. Windows color (decimal): -1945740 or 7622626. OLE color: 7622626.
HSL color Cylindrical-coordinate representation of color #E24F74: hue angle of 344.9º 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 #E24F74 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 116 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.11 |
| HSL | 344.9º | 0.72% | 0.6% | - |
| HSV(B) | 344.9º | 0.65% | 0.89% | - |
| XYZ | 37.31 | 23.02 | 19 | - |
| YUV | 127.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 116 | 0 | 0.65 | 0.49 | 0.11 | 344.9 | 0.72 | 0.6 |
| Hex | E2 | 4F | 74 | 0 | 41 | 31 | B | 159 | 48 | 3C |
| Octal | 342 | 117 | 164 | 0 | 101 | 61 | 13 | 531 | 110 | 74 |
| Binary | 11100010 | 1001111 | 1110100 | 0 | 1000001 | 110001 | 1011 | 101011001 | 1001000 | 111100 |
Color Harmonies of #E24F74
Complementary color
Monochromatic Colors of #E24F74
Black with #E24F74
Text Example
Text Example
White with #E24F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F74; }
p { color: rgb(226,79,116); }
H1.HeaderClassName
{
color: #E24F74;
}
.AnyTagClassName
{
color: #E24F74;
}
</style>
background-color css
<style>
a { background-color: #E24F74; }
a { background-color: rgb(226,79,116); }
div.DivClassName
{
background-color: #E24F74;
}
.BgClassName
{
background-color: #E24F74;
}
</style>
border-color css
<style>
span { border-color: #E24F74; }
span { border-color: rgb(226,79,116); }
td.TdClassName
{
border-color: #E24F74;
}
.TagClassName
{
border-color: #E24F74;
}
</style>