Shades of Cranberry #E54075
Tints of Cranberry #E54075
RGB
CMYK
RGB Variations
Color information
#E54075 (or 0xE54075) is known color: Cranberry. HEX triplet: E5, 40 and 75. RGB value is (229,64,117). Sum of RGB (Red+Green+Blue) = 229+64+117=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E54075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54075 is #1ABF8A. Grayscale: #777777. Windows color (decimal): -1752971 or 7684325. OLE color: 7684325.
HSL color Cylindrical-coordinate representation of color #E54075: hue angle of 340.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54075 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 117 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.10 |
| HSL | 340.73º | 0.76% | 0.57% | - |
| HSV(B) | 340.73º | 0.72% | 0.9% | - |
| XYZ | 37.36 | 21.61 | 19.03 | - |
| YUV | 119.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 117 | 0 | 0.72 | 0.49 | 0.10 | 340.73 | 0.76 | 0.57 |
| Hex | E5 | 40 | 75 | 0 | 48 | 31 | A | 155 | 4C | 39 |
| Octal | 345 | 100 | 165 | 0 | 110 | 61 | 12 | 525 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1110101 | 0 | 1001000 | 110001 | 1010 | 101010101 | 1001100 | 111001 |
Color Harmonies of #E54075
Complementary color
Monochromatic Colors of #E54075
Black with #E54075
Text Example
Text Example
White with #E54075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54075; }
p { color: rgb(229,64,117); }
H1.HeaderClassName
{
color: #E54075;
}
.AnyTagClassName
{
color: #E54075;
}
</style>
background-color css
<style>
a { background-color: #E54075; }
a { background-color: rgb(229,64,117); }
div.DivClassName
{
background-color: #E54075;
}
.BgClassName
{
background-color: #E54075;
}
</style>
border-color css
<style>
span { border-color: #E54075; }
span { border-color: rgb(229,64,117); }
td.TdClassName
{
border-color: #E54075;
}
.TagClassName
{
border-color: #E54075;
}
</style>