Shades of Cranberry #E5516A
Tints of Cranberry #E5516A
RGB
CMYK
RGB Variations
Color information
#E5516A (or 0xE5516A) is known color: Cranberry. HEX triplet: E5, 51 and 6A. RGB value is (229,81,106). Sum of RGB (Red+Green+Blue) = 229+81+106=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5516A is #1AAE95. Grayscale: #808080. Windows color (decimal): -1748630 or 6967781. OLE color: 6967781.
HSL color Cylindrical-coordinate representation of color #E5516A: hue angle of 349.86º 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 #E5516A is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 106 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.10 |
| HSL | 349.86º | 0.74% | 0.61% | - |
| HSV(B) | 349.86º | 0.65% | 0.9% | - |
| XYZ | 37.86 | 23.58 | 16.19 | - |
| YUV | 128.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 106 | 0 | 0.65 | 0.54 | 0.10 | 349.86 | 0.74 | 0.61 |
| Hex | E5 | 51 | 6A | 0 | 41 | 36 | A | 15E | 4A | 3D |
| Octal | 345 | 121 | 152 | 0 | 101 | 66 | 12 | 536 | 112 | 75 |
| Binary | 11100101 | 1010001 | 1101010 | 0 | 1000001 | 110110 | 1010 | 101011110 | 1001010 | 111101 |
Color Harmonies of #E5516A
Complementary color
Monochromatic Colors of #E5516A
Black with #E5516A
Text Example
Text Example
White with #E5516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5516A; }
p { color: rgb(229,81,106); }
H1.HeaderClassName
{
color: #E5516A;
}
.AnyTagClassName
{
color: #E5516A;
}
</style>
background-color css
<style>
a { background-color: #E5516A; }
a { background-color: rgb(229,81,106); }
div.DivClassName
{
background-color: #E5516A;
}
.BgClassName
{
background-color: #E5516A;
}
</style>
border-color css
<style>
span { border-color: #E5516A; }
span { border-color: rgb(229,81,106); }
td.TdClassName
{
border-color: #E5516A;
}
.TagClassName
{
border-color: #E5516A;
}
</style>