Shades of Cranberry #E54F75
Tints of Cranberry #E54F75
RGB
CMYK
RGB Variations
Color information
#E54F75 (or 0xE54F75) is known color: Cranberry. HEX triplet: E5, 4F and 75. RGB value is (229,79,117). Sum of RGB (Red+Green+Blue) = 229+79+117=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F75 is #1AB08A. Grayscale: #808080. Windows color (decimal): -1749131 or 7688165. OLE color: 7688165.
HSL color Cylindrical-coordinate representation of color #E54F75: hue angle of 344.8º 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 #E54F75 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 117 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.10 |
| HSL | 344.8º | 0.74% | 0.6% | - |
| HSV(B) | 344.8º | 0.66% | 0.9% | - |
| XYZ | 38.32 | 23.53 | 19.35 | - |
| YUV | 128.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 117 | 0 | 0.66 | 0.49 | 0.10 | 344.8 | 0.74 | 0.6 |
| Hex | E5 | 4F | 75 | 0 | 42 | 31 | A | 159 | 4A | 3C |
| Octal | 345 | 117 | 165 | 0 | 102 | 61 | 12 | 531 | 112 | 74 |
| Binary | 11100101 | 1001111 | 1110101 | 0 | 1000010 | 110001 | 1010 | 101011001 | 1001010 | 111100 |
Color Harmonies of #E54F75
Complementary color
Monochromatic Colors of #E54F75
Black with #E54F75
Text Example
Text Example
White with #E54F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F75; }
p { color: rgb(229,79,117); }
H1.HeaderClassName
{
color: #E54F75;
}
.AnyTagClassName
{
color: #E54F75;
}
</style>
background-color css
<style>
a { background-color: #E54F75; }
a { background-color: rgb(229,79,117); }
div.DivClassName
{
background-color: #E54F75;
}
.BgClassName
{
background-color: #E54F75;
}
</style>
border-color css
<style>
span { border-color: #E54F75; }
span { border-color: rgb(229,79,117); }
td.TdClassName
{
border-color: #E54F75;
}
.TagClassName
{
border-color: #E54F75;
}
</style>