Shades of Cranberry #E55073
Tints of Cranberry #E55073
RGB
CMYK
RGB Variations
Color information
#E55073 (or 0xE55073) is known color: Cranberry. HEX triplet: E5, 50 and 73. RGB value is (229,80,115). Sum of RGB (Red+Green+Blue) = 229+80+115=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E55073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55073 is #1AAF8C. Grayscale: #808080. Windows color (decimal): -1748877 or 7557349. OLE color: 7557349.
HSL color Cylindrical-coordinate representation of color #E55073: hue angle of 345.91º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55073 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 115 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.10 |
| HSL | 345.91º | 0.74% | 0.61% | - |
| HSV(B) | 345.91º | 0.65% | 0.9% | - |
| XYZ | 38.28 | 23.63 | 18.76 | - |
| YUV | 128.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 115 | 0 | 0.65 | 0.50 | 0.10 | 345.91 | 0.74 | 0.61 |
| Hex | E5 | 50 | 73 | 0 | 41 | 32 | A | 15A | 4A | 3D |
| Octal | 345 | 120 | 163 | 0 | 101 | 62 | 12 | 532 | 112 | 75 |
| Binary | 11100101 | 1010000 | 1110011 | 0 | 1000001 | 110010 | 1010 | 101011010 | 1001010 | 111101 |
Color Harmonies of #E55073
Complementary color
Monochromatic Colors of #E55073
Black with #E55073
Text Example
Text Example
White with #E55073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55073; }
p { color: rgb(229,80,115); }
H1.HeaderClassName
{
color: #E55073;
}
.AnyTagClassName
{
color: #E55073;
}
</style>
background-color css
<style>
a { background-color: #E55073; }
a { background-color: rgb(229,80,115); }
div.DivClassName
{
background-color: #E55073;
}
.BgClassName
{
background-color: #E55073;
}
</style>
border-color css
<style>
span { border-color: #E55073; }
span { border-color: rgb(229,80,115); }
td.TdClassName
{
border-color: #E55073;
}
.TagClassName
{
border-color: #E55073;
}
</style>