Shades of Cranberry #E5506C
Tints of Cranberry #E5506C
RGB
CMYK
RGB Variations
Color information
#E5506C (or 0xE5506C) is known color: Cranberry. HEX triplet: E5, 50 and 6C. RGB value is (229,80,108). Sum of RGB (Red+Green+Blue) = 229+80+108=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5506C is #1AAF93. Grayscale: #7F7F7F. Windows color (decimal): -1748884 or 7098597. OLE color: 7098597.
HSL color Cylindrical-coordinate representation of color #E5506C: hue angle of 348.72º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5506C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 108 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.10 |
| HSL | 348.72º | 0.74% | 0.61% | - |
| HSV(B) | 348.72º | 0.65% | 0.9% | - |
| XYZ | 37.89 | 23.48 | 16.72 | - |
| YUV | 127.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 108 | 0 | 0.65 | 0.53 | 0.10 | 348.72 | 0.74 | 0.61 |
| Hex | E5 | 50 | 6C | 0 | 41 | 35 | A | 15D | 4A | 3D |
| Octal | 345 | 120 | 154 | 0 | 101 | 65 | 12 | 535 | 112 | 75 |
| Binary | 11100101 | 1010000 | 1101100 | 0 | 1000001 | 110101 | 1010 | 101011101 | 1001010 | 111101 |
Color Harmonies of #E5506C
Complementary color
Monochromatic Colors of #E5506C
Black with #E5506C
Text Example
Text Example
White with #E5506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5506C; }
p { color: rgb(229,80,108); }
H1.HeaderClassName
{
color: #E5506C;
}
.AnyTagClassName
{
color: #E5506C;
}
</style>
background-color css
<style>
a { background-color: #E5506C; }
a { background-color: rgb(229,80,108); }
div.DivClassName
{
background-color: #E5506C;
}
.BgClassName
{
background-color: #E5506C;
}
</style>
border-color css
<style>
span { border-color: #E5506C; }
span { border-color: rgb(229,80,108); }
td.TdClassName
{
border-color: #E5506C;
}
.TagClassName
{
border-color: #E5506C;
}
</style>