Shades of Cranberry #E05C77
Tints of Cranberry #E05C77
RGB
CMYK
RGB Variations
Color information
#E05C77 (or 0xE05C77) is known color: Cranberry. HEX triplet: E0, 5C and 77. RGB value is (224,92,119). Sum of RGB (Red+Green+Blue) = 224+92+119=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C77 is #1FA388. Grayscale: #868686. Windows color (decimal): -2073481 or 7822560. OLE color: 7822560.
HSL color Cylindrical-coordinate representation of color #E05C77: hue angle of 347.73º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C77 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 119 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.12 |
| HSL | 347.73º | 0.68% | 0.62% | - |
| HSV(B) | 347.73º | 0.59% | 0.88% | - |
| XYZ | 37.9 | 24.83 | 20.25 | - |
| YUV | 134.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 119 | 0 | 0.59 | 0.47 | 0.12 | 347.73 | 0.68 | 0.62 |
| Hex | E0 | 5C | 77 | 0 | 3B | 2F | C | 15C | 44 | 3E |
| Octal | 340 | 134 | 167 | 0 | 73 | 57 | 14 | 534 | 104 | 76 |
| Binary | 11100000 | 1011100 | 1110111 | 0 | 111011 | 101111 | 1100 | 101011100 | 1000100 | 111110 |
Color Harmonies of #E05C77
Complementary color
Monochromatic Colors of #E05C77
Black with #E05C77
Text Example
Text Example
White with #E05C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C77; }
p { color: rgb(224,92,119); }
H1.HeaderClassName
{
color: #E05C77;
}
.AnyTagClassName
{
color: #E05C77;
}
</style>
background-color css
<style>
a { background-color: #E05C77; }
a { background-color: rgb(224,92,119); }
div.DivClassName
{
background-color: #E05C77;
}
.BgClassName
{
background-color: #E05C77;
}
</style>
border-color css
<style>
span { border-color: #E05C77; }
span { border-color: rgb(224,92,119); }
td.TdClassName
{
border-color: #E05C77;
}
.TagClassName
{
border-color: #E05C77;
}
</style>