Shades of Cranberry #E6586C
Tints of Cranberry #E6586C
RGB
CMYK
RGB Variations
Color information
#E6586C (or 0xE6586C) is known color: Cranberry. HEX triplet: E6, 58 and 6C. RGB value is (230,88,108). Sum of RGB (Red+Green+Blue) = 230+88+108=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6586C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6586C is #19A793. Grayscale: #848484. Windows color (decimal): -1681300 or 7100646. OLE color: 7100646.
HSL color Cylindrical-coordinate representation of color #E6586C: hue angle of 351.55º degrees, saturation: 0.74, 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 #E6586C is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 108 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.10 |
| HSL | 351.55º | 0.74% | 0.62% | - |
| HSV(B) | 351.55º | 0.62% | 0.9% | - |
| XYZ | 38.83 | 24.89 | 16.94 | - |
| YUV | 132.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 108 | 0 | 0.62 | 0.53 | 0.10 | 351.55 | 0.74 | 0.62 |
| Hex | E6 | 58 | 6C | 0 | 3E | 35 | A | 160 | 4A | 3E |
| Octal | 346 | 130 | 154 | 0 | 76 | 65 | 12 | 540 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1101100 | 0 | 111110 | 110101 | 1010 | 101100000 | 1001010 | 111110 |
Color Harmonies of #E6586C
Complementary color
Monochromatic Colors of #E6586C
Black with #E6586C
Text Example
Text Example
White with #E6586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6586C; }
p { color: rgb(230,88,108); }
H1.HeaderClassName
{
color: #E6586C;
}
.AnyTagClassName
{
color: #E6586C;
}
</style>
background-color css
<style>
a { background-color: #E6586C; }
a { background-color: rgb(230,88,108); }
div.DivClassName
{
background-color: #E6586C;
}
.BgClassName
{
background-color: #E6586C;
}
</style>
border-color css
<style>
span { border-color: #E6586C; }
span { border-color: rgb(230,88,108); }
td.TdClassName
{
border-color: #E6586C;
}
.TagClassName
{
border-color: #E6586C;
}
</style>