Shades of Cranberry #E55768
Tints of Cranberry #E55768
RGB
CMYK
RGB Variations
Color information
#E55768 (or 0xE55768) is known color: Cranberry. HEX triplet: E5, 57 and 68. RGB value is (229,87,104). Sum of RGB (Red+Green+Blue) = 229+87+104=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E55768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55768 is #1AA897. Grayscale: #838383. Windows color (decimal): -1747096 or 6838245. OLE color: 6838245.
HSL color Cylindrical-coordinate representation of color #E55768: hue angle of 352.82º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55768 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 104 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.10 |
| HSL | 352.82º | 0.73% | 0.62% | - |
| HSV(B) | 352.82º | 0.62% | 0.9% | - |
| XYZ | 38.22 | 24.47 | 15.81 | - |
| YUV | 131.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 104 | 0 | 0.62 | 0.55 | 0.10 | 352.82 | 0.73 | 0.62 |
| Hex | E5 | 57 | 68 | 0 | 3E | 37 | A | 161 | 49 | 3E |
| Octal | 345 | 127 | 150 | 0 | 76 | 67 | 12 | 541 | 111 | 76 |
| Binary | 11100101 | 1010111 | 1101000 | 0 | 111110 | 110111 | 1010 | 101100001 | 1001001 | 111110 |
Color Harmonies of #E55768
Complementary color
Monochromatic Colors of #E55768
Black with #E55768
Text Example
Text Example
White with #E55768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55768; }
p { color: rgb(229,87,104); }
H1.HeaderClassName
{
color: #E55768;
}
.AnyTagClassName
{
color: #E55768;
}
</style>
background-color css
<style>
a { background-color: #E55768; }
a { background-color: rgb(229,87,104); }
div.DivClassName
{
background-color: #E55768;
}
.BgClassName
{
background-color: #E55768;
}
</style>
border-color css
<style>
span { border-color: #E55768; }
span { border-color: rgb(229,87,104); }
td.TdClassName
{
border-color: #E55768;
}
.TagClassName
{
border-color: #E55768;
}
</style>