Shades of Cranberry #E0557C
Tints of Cranberry #E0557C
RGB
CMYK
RGB Variations
Color information
#E0557C (or 0xE0557C) is known color: Cranberry. HEX triplet: E0, 55 and 7C. RGB value is (224,85,124). Sum of RGB (Red+Green+Blue) = 224+85+124=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0557C is #1FAA83. Grayscale: #828282. Windows color (decimal): -2075268 or 8148448. OLE color: 8148448.
HSL color Cylindrical-coordinate representation of color #E0557C: hue angle of 343.17º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0557C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 124 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.12 |
| HSL | 343.17º | 0.69% | 0.61% | - |
| HSV(B) | 343.17º | 0.62% | 0.88% | - |
| XYZ | 37.63 | 23.8 | 21.68 | - |
| YUV | 131.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 124 | 0 | 0.62 | 0.45 | 0.12 | 343.17 | 0.69 | 0.61 |
| Hex | E0 | 55 | 7C | 0 | 3E | 2D | C | 157 | 45 | 3D |
| Octal | 340 | 125 | 174 | 0 | 76 | 55 | 14 | 527 | 105 | 75 |
| Binary | 11100000 | 1010101 | 1111100 | 0 | 111110 | 101101 | 1100 | 101010111 | 1000101 | 111101 |
Color Harmonies of #E0557C
Complementary color
Monochromatic Colors of #E0557C
Black with #E0557C
Text Example
Text Example
White with #E0557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0557C; }
p { color: rgb(224,85,124); }
H1.HeaderClassName
{
color: #E0557C;
}
.AnyTagClassName
{
color: #E0557C;
}
</style>
background-color css
<style>
a { background-color: #E0557C; }
a { background-color: rgb(224,85,124); }
div.DivClassName
{
background-color: #E0557C;
}
.BgClassName
{
background-color: #E0557C;
}
</style>
border-color css
<style>
span { border-color: #E0557C; }
span { border-color: rgb(224,85,124); }
td.TdClassName
{
border-color: #E0557C;
}
.TagClassName
{
border-color: #E0557C;
}
</style>