Shades of Cranberry #E55172
Tints of Cranberry #E55172
RGB
CMYK
RGB Variations
Color information
#E55172 (or 0xE55172) is known color: Cranberry. HEX triplet: E5, 51 and 72. RGB value is (229,81,114). Sum of RGB (Red+Green+Blue) = 229+81+114=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E55172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55172 is #1AAE8D. Grayscale: #818181. Windows color (decimal): -1748622 or 7492069. OLE color: 7492069.
HSL color Cylindrical-coordinate representation of color #E55172: hue angle of 346.62º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55172 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 114 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.10 |
| HSL | 346.62º | 0.74% | 0.61% | - |
| HSV(B) | 346.62º | 0.65% | 0.9% | - |
| XYZ | 38.29 | 23.76 | 18.49 | - |
| YUV | 129.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 114 | 0 | 0.65 | 0.50 | 0.10 | 346.62 | 0.74 | 0.61 |
| Hex | E5 | 51 | 72 | 0 | 41 | 32 | A | 15B | 4A | 3D |
| Octal | 345 | 121 | 162 | 0 | 101 | 62 | 12 | 533 | 112 | 75 |
| Binary | 11100101 | 1010001 | 1110010 | 0 | 1000001 | 110010 | 1010 | 101011011 | 1001010 | 111101 |
Color Harmonies of #E55172
Complementary color
Monochromatic Colors of #E55172
Black with #E55172
Text Example
Text Example
White with #E55172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55172; }
p { color: rgb(229,81,114); }
H1.HeaderClassName
{
color: #E55172;
}
.AnyTagClassName
{
color: #E55172;
}
</style>
background-color css
<style>
a { background-color: #E55172; }
a { background-color: rgb(229,81,114); }
div.DivClassName
{
background-color: #E55172;
}
.BgClassName
{
background-color: #E55172;
}
</style>
border-color css
<style>
span { border-color: #E55172; }
span { border-color: rgb(229,81,114); }
td.TdClassName
{
border-color: #E55172;
}
.TagClassName
{
border-color: #E55172;
}
</style>