Shades of Cranberry #E64977
Tints of Cranberry #E64977
RGB
CMYK
RGB Variations
Color information
#E64977 (or 0xE64977) is known color: Cranberry. HEX triplet: E6, 49 and 77. RGB value is (230,73,119). Sum of RGB (Red+Green+Blue) = 230+73+119=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E64977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64977 is #19B688. Grayscale: #7D7D7D. Windows color (decimal): -1685129 or 7817702. OLE color: 7817702.
HSL color Cylindrical-coordinate representation of color #E64977: hue angle of 342.42º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64977 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 119 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.10 |
| HSL | 342.42º | 0.76% | 0.59% | - |
| HSV(B) | 342.42º | 0.68% | 0.9% | - |
| XYZ | 38.35 | 22.92 | 19.86 | - |
| YUV | 125.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 119 | 0 | 0.68 | 0.48 | 0.10 | 342.42 | 0.76 | 0.59 |
| Hex | E6 | 49 | 77 | 0 | 44 | 30 | A | 156 | 4C | 3B |
| Octal | 346 | 111 | 167 | 0 | 104 | 60 | 12 | 526 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1110111 | 0 | 1000100 | 110000 | 1010 | 101010110 | 1001100 | 111011 |
Color Harmonies of #E64977
Complementary color
Monochromatic Colors of #E64977
Black with #E64977
Text Example
Text Example
White with #E64977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64977; }
p { color: rgb(230,73,119); }
H1.HeaderClassName
{
color: #E64977;
}
.AnyTagClassName
{
color: #E64977;
}
</style>
background-color css
<style>
a { background-color: #E64977; }
a { background-color: rgb(230,73,119); }
div.DivClassName
{
background-color: #E64977;
}
.BgClassName
{
background-color: #E64977;
}
</style>
border-color css
<style>
span { border-color: #E64977; }
span { border-color: rgb(230,73,119); }
td.TdClassName
{
border-color: #E64977;
}
.TagClassName
{
border-color: #E64977;
}
</style>