Shades of Cranberry #E84F68
Tints of Cranberry #E84F68
RGB
CMYK
RGB Variations
Color information
#E84F68 (or 0xE84F68) is known color: Cranberry. HEX triplet: E8, 4F and 68. RGB value is (232,79,104). Sum of RGB (Red+Green+Blue) = 232+79+104=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84F68 is #17B097. Grayscale: #7F7F7F. Windows color (decimal): -1552536 or 6836200. OLE color: 6836200.
HSL color Cylindrical-coordinate representation of color #E84F68: hue angle of 350.2º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84F68 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 104 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.09 |
| HSL | 350.2º | 0.77% | 0.61% | - |
| HSV(B) | 350.2º | 0.66% | 0.91% | - |
| XYZ | 38.57 | 23.75 | 15.65 | - |
| YUV | 127.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 104 | 0 | 0.66 | 0.55 | 0.09 | 350.2 | 0.77 | 0.61 |
| Hex | E8 | 4F | 68 | 0 | 42 | 37 | 9 | 15E | 4D | 3D |
| Octal | 350 | 117 | 150 | 0 | 102 | 67 | 11 | 536 | 115 | 75 |
| Binary | 11101000 | 1001111 | 1101000 | 0 | 1000010 | 110111 | 1001 | 101011110 | 1001101 | 111101 |
Color Harmonies of #E84F68
Complementary color
Monochromatic Colors of #E84F68
Black with #E84F68
Text Example
Text Example
White with #E84F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F68; }
p { color: rgb(232,79,104); }
H1.HeaderClassName
{
color: #E84F68;
}
.AnyTagClassName
{
color: #E84F68;
}
</style>
background-color css
<style>
a { background-color: #E84F68; }
a { background-color: rgb(232,79,104); }
div.DivClassName
{
background-color: #E84F68;
}
.BgClassName
{
background-color: #E84F68;
}
</style>
border-color css
<style>
span { border-color: #E84F68; }
span { border-color: rgb(232,79,104); }
td.TdClassName
{
border-color: #E84F68;
}
.TagClassName
{
border-color: #E84F68;
}
</style>