Shades of Cranberry #E64768
Tints of Cranberry #E64768
RGB
CMYK
RGB Variations
Color information
#E64768 (or 0xE64768) is known color: Cranberry. HEX triplet: E6, 47 and 68. RGB value is (230,71,104). Sum of RGB (Red+Green+Blue) = 230+71+104=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E64768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64768 is #19B897. Grayscale: #7A7A7A. Windows color (decimal): -1685656 or 6834150. OLE color: 6834150.
HSL color Cylindrical-coordinate representation of color #E64768: hue angle of 347.55º 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 #E64768 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 104 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.10 |
| HSL | 347.55º | 0.76% | 0.59% | - |
| HSV(B) | 347.55º | 0.69% | 0.9% | - |
| XYZ | 37.39 | 22.33 | 15.44 | - |
| YUV | 122.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 104 | 0 | 0.69 | 0.55 | 0.10 | 347.55 | 0.76 | 0.59 |
| Hex | E6 | 47 | 68 | 0 | 45 | 37 | A | 15C | 4C | 3B |
| Octal | 346 | 107 | 150 | 0 | 105 | 67 | 12 | 534 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1101000 | 0 | 1000101 | 110111 | 1010 | 101011100 | 1001100 | 111011 |
Color Harmonies of #E64768
Complementary color
Monochromatic Colors of #E64768
Black with #E64768
Text Example
Text Example
White with #E64768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64768; }
p { color: rgb(230,71,104); }
H1.HeaderClassName
{
color: #E64768;
}
.AnyTagClassName
{
color: #E64768;
}
</style>
background-color css
<style>
a { background-color: #E64768; }
a { background-color: rgb(230,71,104); }
div.DivClassName
{
background-color: #E64768;
}
.BgClassName
{
background-color: #E64768;
}
</style>
border-color css
<style>
span { border-color: #E64768; }
span { border-color: rgb(230,71,104); }
td.TdClassName
{
border-color: #E64768;
}
.TagClassName
{
border-color: #E64768;
}
</style>