Shades of Cranberry #E6566C
Tints of Cranberry #E6566C
RGB
CMYK
RGB Variations
Color information
#E6566C (or 0xE6566C) is known color: Cranberry. HEX triplet: E6, 56 and 6C. RGB value is (230,86,108). Sum of RGB (Red+Green+Blue) = 230+86+108=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6566C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6566C is #19A993. Grayscale: #838383. Windows color (decimal): -1681812 or 7100134. OLE color: 7100134.
HSL color Cylindrical-coordinate representation of color #E6566C: hue angle of 350.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6566C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 108 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.10 |
| HSL | 350.83º | 0.74% | 0.62% | - |
| HSV(B) | 350.83º | 0.63% | 0.9% | - |
| XYZ | 38.67 | 24.56 | 16.89 | - |
| YUV | 131.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 108 | 0 | 0.63 | 0.53 | 0.10 | 350.83 | 0.74 | 0.62 |
| Hex | E6 | 56 | 6C | 0 | 3F | 35 | A | 15F | 4A | 3E |
| Octal | 346 | 126 | 154 | 0 | 77 | 65 | 12 | 537 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1101100 | 0 | 111111 | 110101 | 1010 | 101011111 | 1001010 | 111110 |
Color Harmonies of #E6566C
Complementary color
Monochromatic Colors of #E6566C
Black with #E6566C
Text Example
Text Example
White with #E6566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6566C; }
p { color: rgb(230,86,108); }
H1.HeaderClassName
{
color: #E6566C;
}
.AnyTagClassName
{
color: #E6566C;
}
</style>
background-color css
<style>
a { background-color: #E6566C; }
a { background-color: rgb(230,86,108); }
div.DivClassName
{
background-color: #E6566C;
}
.BgClassName
{
background-color: #E6566C;
}
</style>
border-color css
<style>
span { border-color: #E6566C; }
span { border-color: rgb(230,86,108); }
td.TdClassName
{
border-color: #E6566C;
}
.TagClassName
{
border-color: #E6566C;
}
</style>