Shades of Cranberry #E54573
Tints of Cranberry #E54573
RGB
CMYK
RGB Variations
Color information
#E54573 (or 0xE54573) is known color: Cranberry. HEX triplet: E5, 45 and 73. RGB value is (229,69,115). Sum of RGB (Red+Green+Blue) = 229+69+115=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54573 is #1ABA8C. Grayscale: #7A7A7A. Windows color (decimal): -1751693 or 7554533. OLE color: 7554533.
HSL color Cylindrical-coordinate representation of color #E54573: hue angle of 342.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54573 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 115 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.10 |
| HSL | 342.75º | 0.75% | 0.58% | - |
| HSV(B) | 342.75º | 0.7% | 0.9% | - |
| XYZ | 37.54 | 22.15 | 18.52 | - |
| YUV | 122.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 115 | 0 | 0.70 | 0.50 | 0.10 | 342.75 | 0.75 | 0.58 |
| Hex | E5 | 45 | 73 | 0 | 46 | 32 | A | 157 | 4B | 3A |
| Octal | 345 | 105 | 163 | 0 | 106 | 62 | 12 | 527 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1110011 | 0 | 1000110 | 110010 | 1010 | 101010111 | 1001011 | 111010 |
Color Harmonies of #E54573
Complementary color
Monochromatic Colors of #E54573
Black with #E54573
Text Example
Text Example
White with #E54573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54573; }
p { color: rgb(229,69,115); }
H1.HeaderClassName
{
color: #E54573;
}
.AnyTagClassName
{
color: #E54573;
}
</style>
background-color css
<style>
a { background-color: #E54573; }
a { background-color: rgb(229,69,115); }
div.DivClassName
{
background-color: #E54573;
}
.BgClassName
{
background-color: #E54573;
}
</style>
border-color css
<style>
span { border-color: #E54573; }
span { border-color: rgb(229,69,115); }
td.TdClassName
{
border-color: #E54573;
}
.TagClassName
{
border-color: #E54573;
}
</style>