Shades of Cranberry #E64477
Tints of Cranberry #E64477
RGB
CMYK
RGB Variations
Color information
#E64477 (or 0xE64477) is known color: Cranberry. HEX triplet: E6, 44 and 77. RGB value is (230,68,119). Sum of RGB (Red+Green+Blue) = 230+68+119=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E64477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64477 is #19BB88. Grayscale: #7A7A7A. Windows color (decimal): -1686409 or 7816422. OLE color: 7816422.
HSL color Cylindrical-coordinate representation of color #E64477: hue angle of 341.11º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64477 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 119 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.10 |
| HSL | 341.11º | 0.76% | 0.58% | - |
| HSV(B) | 341.11º | 0.7% | 0.9% | - |
| XYZ | 38.03 | 22.29 | 19.75 | - |
| YUV | 122.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 119 | 0 | 0.70 | 0.48 | 0.10 | 341.11 | 0.76 | 0.58 |
| Hex | E6 | 44 | 77 | 0 | 46 | 30 | A | 155 | 4C | 3A |
| Octal | 346 | 104 | 167 | 0 | 106 | 60 | 12 | 525 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1110111 | 0 | 1000110 | 110000 | 1010 | 101010101 | 1001100 | 111010 |
Color Harmonies of #E64477
Complementary color
Monochromatic Colors of #E64477
Black with #E64477
Text Example
Text Example
White with #E64477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64477; }
p { color: rgb(230,68,119); }
H1.HeaderClassName
{
color: #E64477;
}
.AnyTagClassName
{
color: #E64477;
}
</style>
background-color css
<style>
a { background-color: #E64477; }
a { background-color: rgb(230,68,119); }
div.DivClassName
{
background-color: #E64477;
}
.BgClassName
{
background-color: #E64477;
}
</style>
border-color css
<style>
span { border-color: #E64477; }
span { border-color: rgb(230,68,119); }
td.TdClassName
{
border-color: #E64477;
}
.TagClassName
{
border-color: #E64477;
}
</style>