Shades of Cranberry #E5566C
Tints of Cranberry #E5566C
RGB
CMYK
RGB Variations
Color information
#E5566C (or 0xE5566C) is known color: Cranberry. HEX triplet: E5, 56 and 6C. RGB value is (229,86,108). Sum of RGB (Red+Green+Blue) = 229+86+108=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5566C is #1AA993. Grayscale: #838383. Windows color (decimal): -1747348 or 7100133. OLE color: 7100133.
HSL color Cylindrical-coordinate representation of color #E5566C: hue angle of 350.77º 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 #E5566C is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 108 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.10 |
| HSL | 350.77º | 0.73% | 0.62% | - |
| HSV(B) | 350.77º | 0.62% | 0.9% | - |
| XYZ | 38.35 | 24.4 | 16.88 | - |
| YUV | 131.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 108 | 0 | 0.62 | 0.53 | 0.10 | 350.77 | 0.73 | 0.62 |
| Hex | E5 | 56 | 6C | 0 | 3E | 35 | A | 15F | 49 | 3E |
| Octal | 345 | 126 | 154 | 0 | 76 | 65 | 12 | 537 | 111 | 76 |
| Binary | 11100101 | 1010110 | 1101100 | 0 | 111110 | 110101 | 1010 | 101011111 | 1001001 | 111110 |
Color Harmonies of #E5566C
Complementary color
Monochromatic Colors of #E5566C
Black with #E5566C
Text Example
Text Example
White with #E5566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5566C; }
p { color: rgb(229,86,108); }
H1.HeaderClassName
{
color: #E5566C;
}
.AnyTagClassName
{
color: #E5566C;
}
</style>
background-color css
<style>
a { background-color: #E5566C; }
a { background-color: rgb(229,86,108); }
div.DivClassName
{
background-color: #E5566C;
}
.BgClassName
{
background-color: #E5566C;
}
</style>
border-color css
<style>
span { border-color: #E5566C; }
span { border-color: rgb(229,86,108); }
td.TdClassName
{
border-color: #E5566C;
}
.TagClassName
{
border-color: #E5566C;
}
</style>