Shades of Cranberry #E74E71
Tints of Cranberry #E74E71
RGB
CMYK
RGB Variations
Color information
#E74E71 (or 0xE74E71) is known color: Cranberry. HEX triplet: E7, 4E and 71. RGB value is (231,78,113). Sum of RGB (Red+Green+Blue) = 231+78+113=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74E71 is #18B18E. Grayscale: #7F7F7F. Windows color (decimal): -1618319 or 7425767. OLE color: 7425767.
HSL color Cylindrical-coordinate representation of color #E74E71: hue angle of 346.27º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74E71 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 113 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.09 |
| HSL | 346.27º | 0.76% | 0.61% | - |
| HSV(B) | 346.27º | 0.66% | 0.91% | - |
| XYZ | 38.66 | 23.63 | 18.15 | - |
| YUV | 127.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 113 | 0 | 0.66 | 0.51 | 0.09 | 346.27 | 0.76 | 0.61 |
| Hex | E7 | 4E | 71 | 0 | 42 | 33 | 9 | 15A | 4C | 3D |
| Octal | 347 | 116 | 161 | 0 | 102 | 63 | 11 | 532 | 114 | 75 |
| Binary | 11100111 | 1001110 | 1110001 | 0 | 1000010 | 110011 | 1001 | 101011010 | 1001100 | 111101 |
Color Harmonies of #E74E71
Complementary color
Monochromatic Colors of #E74E71
Black with #E74E71
Text Example
Text Example
White with #E74E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E71; }
p { color: rgb(231,78,113); }
H1.HeaderClassName
{
color: #E74E71;
}
.AnyTagClassName
{
color: #E74E71;
}
</style>
background-color css
<style>
a { background-color: #E74E71; }
a { background-color: rgb(231,78,113); }
div.DivClassName
{
background-color: #E74E71;
}
.BgClassName
{
background-color: #E74E71;
}
</style>
border-color css
<style>
span { border-color: #E74E71; }
span { border-color: rgb(231,78,113); }
td.TdClassName
{
border-color: #E74E71;
}
.TagClassName
{
border-color: #E74E71;
}
</style>