Shades of Cranberry #E54D73
Tints of Cranberry #E54D73
RGB
CMYK
RGB Variations
Color information
#E54D73 (or 0xE54D73) is known color: Cranberry. HEX triplet: E5, 4D and 73. RGB value is (229,77,115). Sum of RGB (Red+Green+Blue) = 229+77+115=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D73 is #1AB28C. Grayscale: #7E7E7E. Windows color (decimal): -1749645 or 7556581. OLE color: 7556581.
HSL color Cylindrical-coordinate representation of color #E54D73: hue angle of 345º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54D73 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 115 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.10 |
| HSL | 345º | 0.75% | 0.6% | - |
| HSV(B) | 345º | 0.66% | 0.9% | - |
| XYZ | 38.06 | 23.2 | 18.69 | - |
| YUV | 126.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 115 | 0 | 0.66 | 0.50 | 0.10 | 345 | 0.75 | 0.6 |
| Hex | E5 | 4D | 73 | 0 | 42 | 32 | A | 159 | 4B | 3C |
| Octal | 345 | 115 | 163 | 0 | 102 | 62 | 12 | 531 | 113 | 74 |
| Binary | 11100101 | 1001101 | 1110011 | 0 | 1000010 | 110010 | 1010 | 101011001 | 1001011 | 111100 |
Color Harmonies of #E54D73
Complementary color
Monochromatic Colors of #E54D73
Black with #E54D73
Text Example
Text Example
White with #E54D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D73; }
p { color: rgb(229,77,115); }
H1.HeaderClassName
{
color: #E54D73;
}
.AnyTagClassName
{
color: #E54D73;
}
</style>
background-color css
<style>
a { background-color: #E54D73; }
a { background-color: rgb(229,77,115); }
div.DivClassName
{
background-color: #E54D73;
}
.BgClassName
{
background-color: #E54D73;
}
</style>
border-color css
<style>
span { border-color: #E54D73; }
span { border-color: rgb(229,77,115); }
td.TdClassName
{
border-color: #E54D73;
}
.TagClassName
{
border-color: #E54D73;
}
</style>