Shades of Cranberry #E5526C
Tints of Cranberry #E5526C
RGB
CMYK
RGB Variations
Color information
#E5526C (or 0xE5526C) is known color: Cranberry. HEX triplet: E5, 52 and 6C. RGB value is (229,82,108). Sum of RGB (Red+Green+Blue) = 229+82+108=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5526C is #1AAD93. Grayscale: #808080. Windows color (decimal): -1748372 or 7099109. OLE color: 7099109.
HSL color Cylindrical-coordinate representation of color #E5526C: hue angle of 349.39º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5526C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 108 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.10 |
| HSL | 349.39º | 0.74% | 0.61% | - |
| HSV(B) | 349.39º | 0.64% | 0.9% | - |
| XYZ | 38.04 | 23.78 | 16.77 | - |
| YUV | 128.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 108 | 0 | 0.64 | 0.53 | 0.10 | 349.39 | 0.74 | 0.61 |
| Hex | E5 | 52 | 6C | 0 | 40 | 35 | A | 15D | 4A | 3D |
| Octal | 345 | 122 | 154 | 0 | 100 | 65 | 12 | 535 | 112 | 75 |
| Binary | 11100101 | 1010010 | 1101100 | 0 | 1000000 | 110101 | 1010 | 101011101 | 1001010 | 111101 |
Color Harmonies of #E5526C
Complementary color
Monochromatic Colors of #E5526C
Black with #E5526C
Text Example
Text Example
White with #E5526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5526C; }
p { color: rgb(229,82,108); }
H1.HeaderClassName
{
color: #E5526C;
}
.AnyTagClassName
{
color: #E5526C;
}
</style>
background-color css
<style>
a { background-color: #E5526C; }
a { background-color: rgb(229,82,108); }
div.DivClassName
{
background-color: #E5526C;
}
.BgClassName
{
background-color: #E5526C;
}
</style>
border-color css
<style>
span { border-color: #E5526C; }
span { border-color: rgb(229,82,108); }
td.TdClassName
{
border-color: #E5526C;
}
.TagClassName
{
border-color: #E5526C;
}
</style>