Shades of Cranberry #E54072
Tints of Cranberry #E54072
RGB
CMYK
RGB Variations
Color information
#E54072 (or 0xE54072) is known color: Cranberry. HEX triplet: E5, 40 and 72. RGB value is (229,64,114). Sum of RGB (Red+Green+Blue) = 229+64+114=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E54072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54072 is #1ABF8D. Grayscale: #777777. Windows color (decimal): -1752974 or 7487717. OLE color: 7487717.
HSL color Cylindrical-coordinate representation of color #E54072: hue angle of 341.82º 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 #E54072 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 114 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.10 |
| HSL | 341.82º | 0.76% | 0.57% | - |
| HSV(B) | 341.82º | 0.72% | 0.9% | - |
| XYZ | 37.18 | 21.54 | 18.12 | - |
| YUV | 119.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 114 | 0 | 0.72 | 0.50 | 0.10 | 341.82 | 0.76 | 0.57 |
| Hex | E5 | 40 | 72 | 0 | 48 | 32 | A | 156 | 4C | 39 |
| Octal | 345 | 100 | 162 | 0 | 110 | 62 | 12 | 526 | 114 | 71 |
| Binary | 11100101 | 1000000 | 1110010 | 0 | 1001000 | 110010 | 1010 | 101010110 | 1001100 | 111001 |
Color Harmonies of #E54072
Complementary color
Monochromatic Colors of #E54072
Black with #E54072
Text Example
Text Example
White with #E54072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54072; }
p { color: rgb(229,64,114); }
H1.HeaderClassName
{
color: #E54072;
}
.AnyTagClassName
{
color: #E54072;
}
</style>
background-color css
<style>
a { background-color: #E54072; }
a { background-color: rgb(229,64,114); }
div.DivClassName
{
background-color: #E54072;
}
.BgClassName
{
background-color: #E54072;
}
</style>
border-color css
<style>
span { border-color: #E54072; }
span { border-color: rgb(229,64,114); }
td.TdClassName
{
border-color: #E54072;
}
.TagClassName
{
border-color: #E54072;
}
</style>