Shades of Cranberry #E05973
Tints of Cranberry #E05973
RGB
CMYK
RGB Variations
Color information
#E05973 (or 0xE05973) is known color: Cranberry. HEX triplet: E0, 59 and 73. RGB value is (224,89,115). Sum of RGB (Red+Green+Blue) = 224+89+115=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E05973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05973 is #1FA68C. Grayscale: #848484. Windows color (decimal): -2074253 or 7559648. OLE color: 7559648.
HSL color Cylindrical-coordinate representation of color #E05973: hue angle of 348.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05973 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 115 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.12 |
| HSL | 348.44º | 0.69% | 0.61% | - |
| HSV(B) | 348.44º | 0.6% | 0.88% | - |
| XYZ | 37.41 | 24.23 | 18.92 | - |
| YUV | 132.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 115 | 0 | 0.60 | 0.49 | 0.12 | 348.44 | 0.69 | 0.61 |
| Hex | E0 | 59 | 73 | 0 | 3C | 31 | C | 15C | 45 | 3D |
| Octal | 340 | 131 | 163 | 0 | 74 | 61 | 14 | 534 | 105 | 75 |
| Binary | 11100000 | 1011001 | 1110011 | 0 | 111100 | 110001 | 1100 | 101011100 | 1000101 | 111101 |
Color Harmonies of #E05973
Complementary color
Monochromatic Colors of #E05973
Black with #E05973
Text Example
Text Example
White with #E05973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05973; }
p { color: rgb(224,89,115); }
H1.HeaderClassName
{
color: #E05973;
}
.AnyTagClassName
{
color: #E05973;
}
</style>
background-color css
<style>
a { background-color: #E05973; }
a { background-color: rgb(224,89,115); }
div.DivClassName
{
background-color: #E05973;
}
.BgClassName
{
background-color: #E05973;
}
</style>
border-color css
<style>
span { border-color: #E05973; }
span { border-color: rgb(224,89,115); }
td.TdClassName
{
border-color: #E05973;
}
.TagClassName
{
border-color: #E05973;
}
</style>