Shades of Cranberry #E54C75
Tints of Cranberry #E54C75
RGB
CMYK
RGB Variations
Color information
#E54C75 (or 0xE54C75) is known color: Cranberry. HEX triplet: E5, 4C and 75. RGB value is (229,76,117). Sum of RGB (Red+Green+Blue) = 229+76+117=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C75 is #1AB38A. Grayscale: #7E7E7E. Windows color (decimal): -1749899 or 7687397. OLE color: 7687397.
HSL color Cylindrical-coordinate representation of color #E54C75: hue angle of 343.92º 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 #E54C75 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 117 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.10 |
| HSL | 343.92º | 0.75% | 0.6% | - |
| HSV(B) | 343.92º | 0.67% | 0.9% | - |
| XYZ | 38.11 | 23.11 | 19.28 | - |
| YUV | 126.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 117 | 0 | 0.67 | 0.49 | 0.10 | 343.92 | 0.75 | 0.6 |
| Hex | E5 | 4C | 75 | 0 | 43 | 31 | A | 158 | 4B | 3C |
| Octal | 345 | 114 | 165 | 0 | 103 | 61 | 12 | 530 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1110101 | 0 | 1000011 | 110001 | 1010 | 101011000 | 1001011 | 111100 |
Color Harmonies of #E54C75
Complementary color
Monochromatic Colors of #E54C75
Black with #E54C75
Text Example
Text Example
White with #E54C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C75; }
p { color: rgb(229,76,117); }
H1.HeaderClassName
{
color: #E54C75;
}
.AnyTagClassName
{
color: #E54C75;
}
</style>
background-color css
<style>
a { background-color: #E54C75; }
a { background-color: rgb(229,76,117); }
div.DivClassName
{
background-color: #E54C75;
}
.BgClassName
{
background-color: #E54C75;
}
</style>
border-color css
<style>
span { border-color: #E54C75; }
span { border-color: rgb(229,76,117); }
td.TdClassName
{
border-color: #E54C75;
}
.TagClassName
{
border-color: #E54C75;
}
</style>