Shades of Cranberry #E6566E
Tints of Cranberry #E6566E
RGB
CMYK
RGB Variations
Color information
#E6566E (or 0xE6566E) is known color: Cranberry. HEX triplet: E6, 56 and 6E. RGB value is (230,86,110). Sum of RGB (Red+Green+Blue) = 230+86+110=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6566E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6566E is #19A991. Grayscale: #838383. Windows color (decimal): -1681810 or 7231206. OLE color: 7231206.
HSL color Cylindrical-coordinate representation of color #E6566E: hue angle of 350º 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 #E6566E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 110 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.10 |
| HSL | 350º | 0.74% | 0.62% | - |
| HSV(B) | 350º | 0.63% | 0.9% | - |
| XYZ | 38.78 | 24.6 | 17.46 | - |
| YUV | 131.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 110 | 0 | 0.63 | 0.52 | 0.10 | 350 | 0.74 | 0.62 |
| Hex | E6 | 56 | 6E | 0 | 3F | 34 | A | 15E | 4A | 3E |
| Octal | 346 | 126 | 156 | 0 | 77 | 64 | 12 | 536 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1101110 | 0 | 111111 | 110100 | 1010 | 101011110 | 1001010 | 111110 |
Color Harmonies of #E6566E
Complementary color
Monochromatic Colors of #E6566E
Black with #E6566E
Text Example
Text Example
White with #E6566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6566E; }
p { color: rgb(230,86,110); }
H1.HeaderClassName
{
color: #E6566E;
}
.AnyTagClassName
{
color: #E6566E;
}
</style>
background-color css
<style>
a { background-color: #E6566E; }
a { background-color: rgb(230,86,110); }
div.DivClassName
{
background-color: #E6566E;
}
.BgClassName
{
background-color: #E6566E;
}
</style>
border-color css
<style>
span { border-color: #E6566E; }
span { border-color: rgb(230,86,110); }
td.TdClassName
{
border-color: #E6566E;
}
.TagClassName
{
border-color: #E6566E;
}
</style>