Shades of Cranberry #E54C73
Tints of Cranberry #E54C73
RGB
CMYK
RGB Variations
Color information
#E54C73 (or 0xE54C73) is known color: Cranberry. HEX triplet: E5, 4C and 73. RGB value is (229,76,115). Sum of RGB (Red+Green+Blue) = 229+76+115=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C73 is #1AB38C. Grayscale: #7E7E7E. Windows color (decimal): -1749901 or 7556325. OLE color: 7556325.
HSL color Cylindrical-coordinate representation of color #E54C73: hue angle of 344.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C73 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 115 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.10 |
| HSL | 344.71º | 0.75% | 0.6% | - |
| HSV(B) | 344.71º | 0.67% | 0.9% | - |
| XYZ | 37.99 | 23.06 | 18.67 | - |
| YUV | 126.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 115 | 0 | 0.67 | 0.50 | 0.10 | 344.71 | 0.75 | 0.6 |
| Hex | E5 | 4C | 73 | 0 | 43 | 32 | A | 159 | 4B | 3C |
| Octal | 345 | 114 | 163 | 0 | 103 | 62 | 12 | 531 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1110011 | 0 | 1000011 | 110010 | 1010 | 101011001 | 1001011 | 111100 |
Color Harmonies of #E54C73
Complementary color
Monochromatic Colors of #E54C73
Black with #E54C73
Text Example
Text Example
White with #E54C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C73; }
p { color: rgb(229,76,115); }
H1.HeaderClassName
{
color: #E54C73;
}
.AnyTagClassName
{
color: #E54C73;
}
</style>
background-color css
<style>
a { background-color: #E54C73; }
a { background-color: rgb(229,76,115); }
div.DivClassName
{
background-color: #E54C73;
}
.BgClassName
{
background-color: #E54C73;
}
</style>
border-color css
<style>
span { border-color: #E54C73; }
span { border-color: rgb(229,76,115); }
td.TdClassName
{
border-color: #E54C73;
}
.TagClassName
{
border-color: #E54C73;
}
</style>