Shades of Cranberry #E74970
Tints of Cranberry #E74970
RGB
CMYK
RGB Variations
Color information
#E74970 (or 0xE74970) is known color: Cranberry. HEX triplet: E7, 49 and 70. RGB value is (231,73,112). Sum of RGB (Red+Green+Blue) = 231+73+112=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E74970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74970 is #18B68F. Grayscale: #7C7C7C. Windows color (decimal): -1619600 or 7358951. OLE color: 7358951.
HSL color Cylindrical-coordinate representation of color #E74970: hue angle of 345.19º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74970 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 112 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.09 |
| HSL | 345.19º | 0.77% | 0.6% | - |
| HSV(B) | 345.19º | 0.68% | 0.91% | - |
| XYZ | 38.26 | 22.92 | 17.74 | - |
| YUV | 124.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 112 | 0 | 0.68 | 0.52 | 0.09 | 345.19 | 0.77 | 0.6 |
| Hex | E7 | 49 | 70 | 0 | 44 | 34 | 9 | 159 | 4D | 3C |
| Octal | 347 | 111 | 160 | 0 | 104 | 64 | 11 | 531 | 115 | 74 |
| Binary | 11100111 | 1001001 | 1110000 | 0 | 1000100 | 110100 | 1001 | 101011001 | 1001101 | 111100 |
Color Harmonies of #E74970
Complementary color
Monochromatic Colors of #E74970
Black with #E74970
Text Example
Text Example
White with #E74970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74970; }
p { color: rgb(231,73,112); }
H1.HeaderClassName
{
color: #E74970;
}
.AnyTagClassName
{
color: #E74970;
}
</style>
background-color css
<style>
a { background-color: #E74970; }
a { background-color: rgb(231,73,112); }
div.DivClassName
{
background-color: #E74970;
}
.BgClassName
{
background-color: #E74970;
}
</style>
border-color css
<style>
span { border-color: #E74970; }
span { border-color: rgb(231,73,112); }
td.TdClassName
{
border-color: #E74970;
}
.TagClassName
{
border-color: #E74970;
}
</style>