Shades of Cranberry #E54E73
Tints of Cranberry #E54E73
RGB
CMYK
RGB Variations
Color information
#E54E73 (or 0xE54E73) is known color: Cranberry. HEX triplet: E5, 4E and 73. RGB value is (229,78,115). Sum of RGB (Red+Green+Blue) = 229+78+115=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E73 is #1AB18C. Grayscale: #7F7F7F. Windows color (decimal): -1749389 or 7556837. OLE color: 7556837.
HSL color Cylindrical-coordinate representation of color #E54E73: hue angle of 345.3º degrees, saturation: 0.74, 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 #E54E73 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 115 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.10 |
| HSL | 345.3º | 0.74% | 0.6% | - |
| HSV(B) | 345.3º | 0.66% | 0.9% | - |
| XYZ | 38.13 | 23.34 | 18.72 | - |
| YUV | 127.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 115 | 0 | 0.66 | 0.50 | 0.10 | 345.3 | 0.74 | 0.6 |
| Hex | E5 | 4E | 73 | 0 | 42 | 32 | A | 159 | 4A | 3C |
| Octal | 345 | 116 | 163 | 0 | 102 | 62 | 12 | 531 | 112 | 74 |
| Binary | 11100101 | 1001110 | 1110011 | 0 | 1000010 | 110010 | 1010 | 101011001 | 1001010 | 111100 |
Color Harmonies of #E54E73
Complementary color
Monochromatic Colors of #E54E73
Black with #E54E73
Text Example
Text Example
White with #E54E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E73; }
p { color: rgb(229,78,115); }
H1.HeaderClassName
{
color: #E54E73;
}
.AnyTagClassName
{
color: #E54E73;
}
</style>
background-color css
<style>
a { background-color: #E54E73; }
a { background-color: rgb(229,78,115); }
div.DivClassName
{
background-color: #E54E73;
}
.BgClassName
{
background-color: #E54E73;
}
</style>
border-color css
<style>
span { border-color: #E54E73; }
span { border-color: rgb(229,78,115); }
td.TdClassName
{
border-color: #E54E73;
}
.TagClassName
{
border-color: #E54E73;
}
</style>