Shades of Cranberry #E54172
Tints of Cranberry #E54172
RGB
CMYK
RGB Variations
Color information
#E54172 (or 0xE54172) is known color: Cranberry. HEX triplet: E5, 41 and 72. RGB value is (229,65,114). Sum of RGB (Red+Green+Blue) = 229+65+114=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E54172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54172 is #1ABE8D. Grayscale: #777777. Windows color (decimal): -1752718 or 7487973. OLE color: 7487973.
HSL color Cylindrical-coordinate representation of color #E54172: hue angle of 342.07º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54172 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 114 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.10 |
| HSL | 342.07º | 0.76% | 0.58% | - |
| HSV(B) | 342.07º | 0.72% | 0.9% | - |
| XYZ | 37.24 | 21.65 | 18.14 | - |
| YUV | 119.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 114 | 0 | 0.72 | 0.50 | 0.10 | 342.07 | 0.76 | 0.58 |
| Hex | E5 | 41 | 72 | 0 | 48 | 32 | A | 156 | 4C | 3A |
| Octal | 345 | 101 | 162 | 0 | 110 | 62 | 12 | 526 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1110010 | 0 | 1001000 | 110010 | 1010 | 101010110 | 1001100 | 111010 |
Color Harmonies of #E54172
Complementary color
Monochromatic Colors of #E54172
Black with #E54172
Text Example
Text Example
White with #E54172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54172; }
p { color: rgb(229,65,114); }
H1.HeaderClassName
{
color: #E54172;
}
.AnyTagClassName
{
color: #E54172;
}
</style>
background-color css
<style>
a { background-color: #E54172; }
a { background-color: rgb(229,65,114); }
div.DivClassName
{
background-color: #E54172;
}
.BgClassName
{
background-color: #E54172;
}
</style>
border-color css
<style>
span { border-color: #E54172; }
span { border-color: rgb(229,65,114); }
td.TdClassName
{
border-color: #E54172;
}
.TagClassName
{
border-color: #E54172;
}
</style>