Shades of Cranberry #E6586E
Tints of Cranberry #E6586E
RGB
CMYK
RGB Variations
Color information
#E6586E (or 0xE6586E) is known color: Cranberry. HEX triplet: E6, 58 and 6E. RGB value is (230,88,110). Sum of RGB (Red+Green+Blue) = 230+88+110=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6586E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6586E is #19A791. Grayscale: #858585. Windows color (decimal): -1681298 or 7231718. OLE color: 7231718.
HSL color Cylindrical-coordinate representation of color #E6586E: hue angle of 350.7º 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 #E6586E is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 110 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.10 |
| HSL | 350.7º | 0.74% | 0.62% | - |
| HSV(B) | 350.7º | 0.62% | 0.9% | - |
| XYZ | 38.94 | 24.93 | 17.51 | - |
| YUV | 132.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 110 | 0 | 0.62 | 0.52 | 0.10 | 350.7 | 0.74 | 0.62 |
| Hex | E6 | 58 | 6E | 0 | 3E | 34 | A | 15F | 4A | 3E |
| Octal | 346 | 130 | 156 | 0 | 76 | 64 | 12 | 537 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1101110 | 0 | 111110 | 110100 | 1010 | 101011111 | 1001010 | 111110 |
Color Harmonies of #E6586E
Complementary color
Monochromatic Colors of #E6586E
Black with #E6586E
Text Example
Text Example
White with #E6586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6586E; }
p { color: rgb(230,88,110); }
H1.HeaderClassName
{
color: #E6586E;
}
.AnyTagClassName
{
color: #E6586E;
}
</style>
background-color css
<style>
a { background-color: #E6586E; }
a { background-color: rgb(230,88,110); }
div.DivClassName
{
background-color: #E6586E;
}
.BgClassName
{
background-color: #E6586E;
}
</style>
border-color css
<style>
span { border-color: #E6586E; }
span { border-color: rgb(230,88,110); }
td.TdClassName
{
border-color: #E6586E;
}
.TagClassName
{
border-color: #E6586E;
}
</style>