Shades of Cranberry #E54D74
Tints of Cranberry #E54D74
RGB
CMYK
RGB Variations
Color information
#E54D74 (or 0xE54D74) is known color: Cranberry. HEX triplet: E5, 4D and 74. RGB value is (229,77,116). Sum of RGB (Red+Green+Blue) = 229+77+116=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D74 is #1AB28B. Grayscale: #7E7E7E. Windows color (decimal): -1749644 or 7622117. OLE color: 7622117.
HSL color Cylindrical-coordinate representation of color #E54D74: hue angle of 344.61º 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 #E54D74 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 116 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.10 |
| HSL | 344.61º | 0.75% | 0.6% | - |
| HSV(B) | 344.61º | 0.66% | 0.9% | - |
| XYZ | 38.12 | 23.23 | 19 | - |
| YUV | 126.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 116 | 0 | 0.66 | 0.49 | 0.10 | 344.61 | 0.75 | 0.6 |
| Hex | E5 | 4D | 74 | 0 | 42 | 31 | A | 159 | 4B | 3C |
| Octal | 345 | 115 | 164 | 0 | 102 | 61 | 12 | 531 | 113 | 74 |
| Binary | 11100101 | 1001101 | 1110100 | 0 | 1000010 | 110001 | 1010 | 101011001 | 1001011 | 111100 |
Color Harmonies of #E54D74
Complementary color
Monochromatic Colors of #E54D74
Black with #E54D74
Text Example
Text Example
White with #E54D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D74; }
p { color: rgb(229,77,116); }
H1.HeaderClassName
{
color: #E54D74;
}
.AnyTagClassName
{
color: #E54D74;
}
</style>
background-color css
<style>
a { background-color: #E54D74; }
a { background-color: rgb(229,77,116); }
div.DivClassName
{
background-color: #E54D74;
}
.BgClassName
{
background-color: #E54D74;
}
</style>
border-color css
<style>
span { border-color: #E54D74; }
span { border-color: rgb(229,77,116); }
td.TdClassName
{
border-color: #E54D74;
}
.TagClassName
{
border-color: #E54D74;
}
</style>