Shades of Cranberry #E54E74
Tints of Cranberry #E54E74
RGB
CMYK
RGB Variations
Color information
#E54E74 (or 0xE54E74) is known color: Cranberry. HEX triplet: E5, 4E and 74. RGB value is (229,78,116). Sum of RGB (Red+Green+Blue) = 229+78+116=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E74 is #1AB18B. Grayscale: #7F7F7F. Windows color (decimal): -1749388 or 7622373. OLE color: 7622373.
HSL color Cylindrical-coordinate representation of color #E54E74: hue angle of 344.9º 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 #E54E74 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 116 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.10 |
| HSL | 344.9º | 0.74% | 0.6% | - |
| HSV(B) | 344.9º | 0.66% | 0.9% | - |
| XYZ | 38.19 | 23.37 | 19.02 | - |
| YUV | 127.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 116 | 0 | 0.66 | 0.49 | 0.10 | 344.9 | 0.74 | 0.6 |
| Hex | E5 | 4E | 74 | 0 | 42 | 31 | A | 159 | 4A | 3C |
| Octal | 345 | 116 | 164 | 0 | 102 | 61 | 12 | 531 | 112 | 74 |
| Binary | 11100101 | 1001110 | 1110100 | 0 | 1000010 | 110001 | 1010 | 101011001 | 1001010 | 111100 |
Color Harmonies of #E54E74
Complementary color
Monochromatic Colors of #E54E74
Black with #E54E74
Text Example
Text Example
White with #E54E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E74; }
p { color: rgb(229,78,116); }
H1.HeaderClassName
{
color: #E54E74;
}
.AnyTagClassName
{
color: #E54E74;
}
</style>
background-color css
<style>
a { background-color: #E54E74; }
a { background-color: rgb(229,78,116); }
div.DivClassName
{
background-color: #E54E74;
}
.BgClassName
{
background-color: #E54E74;
}
</style>
border-color css
<style>
span { border-color: #E54E74; }
span { border-color: rgb(229,78,116); }
td.TdClassName
{
border-color: #E54E74;
}
.TagClassName
{
border-color: #E54E74;
}
</style>