Shades of Cranberry #E54F73
Tints of Cranberry #E54F73
RGB
CMYK
RGB Variations
Color information
#E54F73 (or 0xE54F73) is known color: Cranberry. HEX triplet: E5, 4F and 73. RGB value is (229,79,115). Sum of RGB (Red+Green+Blue) = 229+79+115=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F73 is #1AB08C. Grayscale: #7F7F7F. Windows color (decimal): -1749133 or 7557093. OLE color: 7557093.
HSL color Cylindrical-coordinate representation of color #E54F73: hue angle of 345.6º 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 #E54F73 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 115 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.10 |
| HSL | 345.6º | 0.74% | 0.6% | - |
| HSV(B) | 345.6º | 0.66% | 0.9% | - |
| XYZ | 38.2 | 23.49 | 18.74 | - |
| YUV | 127.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 115 | 0 | 0.66 | 0.50 | 0.10 | 345.6 | 0.74 | 0.6 |
| Hex | E5 | 4F | 73 | 0 | 42 | 32 | A | 15A | 4A | 3C |
| Octal | 345 | 117 | 163 | 0 | 102 | 62 | 12 | 532 | 112 | 74 |
| Binary | 11100101 | 1001111 | 1110011 | 0 | 1000010 | 110010 | 1010 | 101011010 | 1001010 | 111100 |
Color Harmonies of #E54F73
Complementary color
Monochromatic Colors of #E54F73
Black with #E54F73
Text Example
Text Example
White with #E54F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F73; }
p { color: rgb(229,79,115); }
H1.HeaderClassName
{
color: #E54F73;
}
.AnyTagClassName
{
color: #E54F73;
}
</style>
background-color css
<style>
a { background-color: #E54F73; }
a { background-color: rgb(229,79,115); }
div.DivClassName
{
background-color: #E54F73;
}
.BgClassName
{
background-color: #E54F73;
}
</style>
border-color css
<style>
span { border-color: #E54F73; }
span { border-color: rgb(229,79,115); }
td.TdClassName
{
border-color: #E54F73;
}
.TagClassName
{
border-color: #E54F73;
}
</style>