Shades of Cranberry #E64776
Tints of Cranberry #E64776
RGB
CMYK
RGB Variations
Color information
#E64776 (or 0xE64776) is known color: Cranberry. HEX triplet: E6, 47 and 76. RGB value is (230,71,118). Sum of RGB (Red+Green+Blue) = 230+71+118=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E64776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64776 is #19B889. Grayscale: #7B7B7B. Windows color (decimal): -1685642 or 7751654. OLE color: 7751654.
HSL color Cylindrical-coordinate representation of color #E64776: hue angle of 342.26º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64776 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 118 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.10 |
| HSL | 342.26º | 0.76% | 0.59% | - |
| HSV(B) | 342.26º | 0.69% | 0.9% | - |
| XYZ | 38.16 | 22.64 | 19.5 | - |
| YUV | 123.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 118 | 0 | 0.69 | 0.49 | 0.10 | 342.26 | 0.76 | 0.59 |
| Hex | E6 | 47 | 76 | 0 | 45 | 31 | A | 156 | 4C | 3B |
| Octal | 346 | 107 | 166 | 0 | 105 | 61 | 12 | 526 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1110110 | 0 | 1000101 | 110001 | 1010 | 101010110 | 1001100 | 111011 |
Color Harmonies of #E64776
Complementary color
Monochromatic Colors of #E64776
Black with #E64776
Text Example
Text Example
White with #E64776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64776; }
p { color: rgb(230,71,118); }
H1.HeaderClassName
{
color: #E64776;
}
.AnyTagClassName
{
color: #E64776;
}
</style>
background-color css
<style>
a { background-color: #E64776; }
a { background-color: rgb(230,71,118); }
div.DivClassName
{
background-color: #E64776;
}
.BgClassName
{
background-color: #E64776;
}
</style>
border-color css
<style>
span { border-color: #E64776; }
span { border-color: rgb(230,71,118); }
td.TdClassName
{
border-color: #E64776;
}
.TagClassName
{
border-color: #E64776;
}
</style>