Shades of Cranberry #E5586D
Tints of Cranberry #E5586D
RGB
CMYK
RGB Variations
Color information
#E5586D (or 0xE5586D) is known color: Cranberry. HEX triplet: E5, 58 and 6D. RGB value is (229,88,109). Sum of RGB (Red+Green+Blue) = 229+88+109=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5586D is #1AA792. Grayscale: #848484. Windows color (decimal): -1746835 or 7166181. OLE color: 7166181.
HSL color Cylindrical-coordinate representation of color #E5586D: hue angle of 351.06º 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 #E5586D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 109 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.10 |
| HSL | 351.06º | 0.73% | 0.62% | - |
| HSV(B) | 351.06º | 0.62% | 0.9% | - |
| XYZ | 38.56 | 24.74 | 17.21 | - |
| YUV | 132.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 109 | 0 | 0.62 | 0.52 | 0.10 | 351.06 | 0.73 | 0.62 |
| Hex | E5 | 58 | 6D | 0 | 3E | 34 | A | 15F | 49 | 3E |
| Octal | 345 | 130 | 155 | 0 | 76 | 64 | 12 | 537 | 111 | 76 |
| Binary | 11100101 | 1011000 | 1101101 | 0 | 111110 | 110100 | 1010 | 101011111 | 1001001 | 111110 |
Color Harmonies of #E5586D
Complementary color
Monochromatic Colors of #E5586D
Black with #E5586D
Text Example
Text Example
White with #E5586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5586D; }
p { color: rgb(229,88,109); }
H1.HeaderClassName
{
color: #E5586D;
}
.AnyTagClassName
{
color: #E5586D;
}
</style>
background-color css
<style>
a { background-color: #E5586D; }
a { background-color: rgb(229,88,109); }
div.DivClassName
{
background-color: #E5586D;
}
.BgClassName
{
background-color: #E5586D;
}
</style>
border-color css
<style>
span { border-color: #E5586D; }
span { border-color: rgb(229,88,109); }
td.TdClassName
{
border-color: #E5586D;
}
.TagClassName
{
border-color: #E5586D;
}
</style>