Shades of Cranberry #E5566A
Tints of Cranberry #E5566A
RGB
CMYK
RGB Variations
Color information
#E5566A (or 0xE5566A) is known color: Cranberry. HEX triplet: E5, 56 and 6A. RGB value is (229,86,106). Sum of RGB (Red+Green+Blue) = 229+86+106=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5566A is #1AA995. Grayscale: #838383. Windows color (decimal): -1747350 or 6969061. OLE color: 6969061.
HSL color Cylindrical-coordinate representation of color #E5566A: hue angle of 351.61º 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 #E5566A is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 106 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.10 |
| HSL | 351.61º | 0.73% | 0.62% | - |
| HSV(B) | 351.61º | 0.62% | 0.9% | - |
| XYZ | 38.24 | 24.35 | 16.32 | - |
| YUV | 131.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 106 | 0 | 0.62 | 0.54 | 0.10 | 351.61 | 0.73 | 0.62 |
| Hex | E5 | 56 | 6A | 0 | 3E | 36 | A | 160 | 49 | 3E |
| Octal | 345 | 126 | 152 | 0 | 76 | 66 | 12 | 540 | 111 | 76 |
| Binary | 11100101 | 1010110 | 1101010 | 0 | 111110 | 110110 | 1010 | 101100000 | 1001001 | 111110 |
Color Harmonies of #E5566A
Complementary color
Monochromatic Colors of #E5566A
Black with #E5566A
Text Example
Text Example
White with #E5566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5566A; }
p { color: rgb(229,86,106); }
H1.HeaderClassName
{
color: #E5566A;
}
.AnyTagClassName
{
color: #E5566A;
}
</style>
background-color css
<style>
a { background-color: #E5566A; }
a { background-color: rgb(229,86,106); }
div.DivClassName
{
background-color: #E5566A;
}
.BgClassName
{
background-color: #E5566A;
}
</style>
border-color css
<style>
span { border-color: #E5566A; }
span { border-color: rgb(229,86,106); }
td.TdClassName
{
border-color: #E5566A;
}
.TagClassName
{
border-color: #E5566A;
}
</style>