Shades of Cranberry #E74571
Tints of Cranberry #E74571
RGB
CMYK
RGB Variations
Color information
#E74571 (or 0xE74571) is known color: Cranberry. HEX triplet: E7, 45 and 71. RGB value is (231,69,113). Sum of RGB (Red+Green+Blue) = 231+69+113=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E74571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74571 is #18BA8E. Grayscale: #7A7A7A. Windows color (decimal): -1620623 or 7423463. OLE color: 7423463.
HSL color Cylindrical-coordinate representation of color #E74571: hue angle of 343.7º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74571 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 113 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.09 |
| HSL | 343.7º | 0.77% | 0.59% | - |
| HSV(B) | 343.7º | 0.7% | 0.91% | - |
| XYZ | 38.06 | 22.44 | 17.95 | - |
| YUV | 122.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 113 | 0 | 0.70 | 0.51 | 0.09 | 343.7 | 0.77 | 0.59 |
| Hex | E7 | 45 | 71 | 0 | 46 | 33 | 9 | 158 | 4D | 3B |
| Octal | 347 | 105 | 161 | 0 | 106 | 63 | 11 | 530 | 115 | 73 |
| Binary | 11100111 | 1000101 | 1110001 | 0 | 1000110 | 110011 | 1001 | 101011000 | 1001101 | 111011 |
Color Harmonies of #E74571
Complementary color
Monochromatic Colors of #E74571
Black with #E74571
Text Example
Text Example
White with #E74571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74571; }
p { color: rgb(231,69,113); }
H1.HeaderClassName
{
color: #E74571;
}
.AnyTagClassName
{
color: #E74571;
}
</style>
background-color css
<style>
a { background-color: #E74571; }
a { background-color: rgb(231,69,113); }
div.DivClassName
{
background-color: #E74571;
}
.BgClassName
{
background-color: #E74571;
}
</style>
border-color css
<style>
span { border-color: #E74571; }
span { border-color: rgb(231,69,113); }
td.TdClassName
{
border-color: #E74571;
}
.TagClassName
{
border-color: #E74571;
}
</style>