Shades of Cranberry #E84D68
Tints of Cranberry #E84D68
RGB
CMYK
RGB Variations
Color information
#E84D68 (or 0xE84D68) is known color: Cranberry. HEX triplet: E8, 4D and 68. RGB value is (232,77,104). Sum of RGB (Red+Green+Blue) = 232+77+104=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84D68 is #17B297. Grayscale: #7E7E7E. Windows color (decimal): -1553048 or 6835688. OLE color: 6835688.
HSL color Cylindrical-coordinate representation of color #E84D68: hue angle of 349.55º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84D68 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 104 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.09 |
| HSL | 349.55º | 0.77% | 0.61% | - |
| HSV(B) | 349.55º | 0.67% | 0.91% | - |
| XYZ | 38.43 | 23.46 | 15.6 | - |
| YUV | 126.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 104 | 0 | 0.67 | 0.55 | 0.09 | 349.55 | 0.77 | 0.61 |
| Hex | E8 | 4D | 68 | 0 | 43 | 37 | 9 | 15E | 4D | 3D |
| Octal | 350 | 115 | 150 | 0 | 103 | 67 | 11 | 536 | 115 | 75 |
| Binary | 11101000 | 1001101 | 1101000 | 0 | 1000011 | 110111 | 1001 | 101011110 | 1001101 | 111101 |
Color Harmonies of #E84D68
Complementary color
Monochromatic Colors of #E84D68
Black with #E84D68
Text Example
Text Example
White with #E84D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84D68; }
p { color: rgb(232,77,104); }
H1.HeaderClassName
{
color: #E84D68;
}
.AnyTagClassName
{
color: #E84D68;
}
</style>
background-color css
<style>
a { background-color: #E84D68; }
a { background-color: rgb(232,77,104); }
div.DivClassName
{
background-color: #E84D68;
}
.BgClassName
{
background-color: #E84D68;
}
</style>
border-color css
<style>
span { border-color: #E84D68; }
span { border-color: rgb(232,77,104); }
td.TdClassName
{
border-color: #E84D68;
}
.TagClassName
{
border-color: #E84D68;
}
</style>