Shades of Cranberry #E55771
Tints of Cranberry #E55771
RGB
CMYK
RGB Variations
Color information
#E55771 (or 0xE55771) is known color: Cranberry. HEX triplet: E5, 57 and 71. RGB value is (229,87,113). Sum of RGB (Red+Green+Blue) = 229+87+113=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E55771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55771 is #1AA88E. Grayscale: #848484. Windows color (decimal): -1747087 or 7428069. OLE color: 7428069.
HSL color Cylindrical-coordinate representation of color #E55771: hue angle of 349.01º 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 #E55771 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 113 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.10 |
| HSL | 349.01º | 0.73% | 0.62% | - |
| HSV(B) | 349.01º | 0.62% | 0.9% | - |
| XYZ | 38.7 | 24.67 | 18.34 | - |
| YUV | 132.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 113 | 0 | 0.62 | 0.51 | 0.10 | 349.01 | 0.73 | 0.62 |
| Hex | E5 | 57 | 71 | 0 | 3E | 33 | A | 15D | 49 | 3E |
| Octal | 345 | 127 | 161 | 0 | 76 | 63 | 12 | 535 | 111 | 76 |
| Binary | 11100101 | 1010111 | 1110001 | 0 | 111110 | 110011 | 1010 | 101011101 | 1001001 | 111110 |
Color Harmonies of #E55771
Complementary color
Monochromatic Colors of #E55771
Black with #E55771
Text Example
Text Example
White with #E55771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55771; }
p { color: rgb(229,87,113); }
H1.HeaderClassName
{
color: #E55771;
}
.AnyTagClassName
{
color: #E55771;
}
</style>
background-color css
<style>
a { background-color: #E55771; }
a { background-color: rgb(229,87,113); }
div.DivClassName
{
background-color: #E55771;
}
.BgClassName
{
background-color: #E55771;
}
</style>
border-color css
<style>
span { border-color: #E55771; }
span { border-color: rgb(229,87,113); }
td.TdClassName
{
border-color: #E55771;
}
.TagClassName
{
border-color: #E55771;
}
</style>