Shades of Cranberry #E74776
Tints of Cranberry #E74776
RGB
CMYK
RGB Variations
Color information
#E74776 (or 0xE74776) is known color: Cranberry. HEX triplet: E7, 47 and 76. RGB value is (231,71,118). Sum of RGB (Red+Green+Blue) = 231+71+118=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E74776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74776 is #18B889. Grayscale: #7C7C7C. Windows color (decimal): -1620106 or 7751655. OLE color: 7751655.
HSL color Cylindrical-coordinate representation of color #E74776: hue angle of 342.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74776 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 118 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.09 |
| HSL | 342.38º | 0.77% | 0.59% | - |
| HSV(B) | 342.38º | 0.69% | 0.91% | - |
| XYZ | 38.48 | 22.8 | 19.51 | - |
| YUV | 124.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 118 | 0 | 0.69 | 0.49 | 0.09 | 342.38 | 0.77 | 0.59 |
| Hex | E7 | 47 | 76 | 0 | 45 | 31 | 9 | 156 | 4D | 3B |
| Octal | 347 | 107 | 166 | 0 | 105 | 61 | 11 | 526 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1110110 | 0 | 1000101 | 110001 | 1001 | 101010110 | 1001101 | 111011 |
Color Harmonies of #E74776
Complementary color
Monochromatic Colors of #E74776
Black with #E74776
Text Example
Text Example
White with #E74776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74776; }
p { color: rgb(231,71,118); }
H1.HeaderClassName
{
color: #E74776;
}
.AnyTagClassName
{
color: #E74776;
}
</style>
background-color css
<style>
a { background-color: #E74776; }
a { background-color: rgb(231,71,118); }
div.DivClassName
{
background-color: #E74776;
}
.BgClassName
{
background-color: #E74776;
}
</style>
border-color css
<style>
span { border-color: #E74776; }
span { border-color: rgb(231,71,118); }
td.TdClassName
{
border-color: #E74776;
}
.TagClassName
{
border-color: #E74776;
}
</style>