Shades of Cranberry #E05C73
Tints of Cranberry #E05C73
RGB
CMYK
RGB Variations
Color information
#E05C73 (or 0xE05C73) is known color: Cranberry. HEX triplet: E0, 5C and 73. RGB value is (224,92,115). Sum of RGB (Red+Green+Blue) = 224+92+115=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C73 is #1FA38C. Grayscale: #868686. Windows color (decimal): -2073485 or 7560416. OLE color: 7560416.
HSL color Cylindrical-coordinate representation of color #E05C73: hue angle of 349.55º 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 #E05C73 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 115 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.12 |
| HSL | 349.55º | 0.68% | 0.62% | - |
| HSV(B) | 349.55º | 0.59% | 0.88% | - |
| XYZ | 37.66 | 24.74 | 19.01 | - |
| YUV | 134.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 115 | 0 | 0.59 | 0.49 | 0.12 | 349.55 | 0.68 | 0.62 |
| Hex | E0 | 5C | 73 | 0 | 3B | 31 | C | 15E | 44 | 3E |
| Octal | 340 | 134 | 163 | 0 | 73 | 61 | 14 | 536 | 104 | 76 |
| Binary | 11100000 | 1011100 | 1110011 | 0 | 111011 | 110001 | 1100 | 101011110 | 1000100 | 111110 |
Color Harmonies of #E05C73
Complementary color
Monochromatic Colors of #E05C73
Black with #E05C73
Text Example
Text Example
White with #E05C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C73; }
p { color: rgb(224,92,115); }
H1.HeaderClassName
{
color: #E05C73;
}
.AnyTagClassName
{
color: #E05C73;
}
</style>
background-color css
<style>
a { background-color: #E05C73; }
a { background-color: rgb(224,92,115); }
div.DivClassName
{
background-color: #E05C73;
}
.BgClassName
{
background-color: #E05C73;
}
</style>
border-color css
<style>
span { border-color: #E05C73; }
span { border-color: rgb(224,92,115); }
td.TdClassName
{
border-color: #E05C73;
}
.TagClassName
{
border-color: #E05C73;
}
</style>