Shades of Cranberry #E2556D
Tints of Cranberry #E2556D
RGB
CMYK
RGB Variations
Color information
#E2556D (or 0xE2556D) is known color: Cranberry. HEX triplet: E2, 55 and 6D. RGB value is (226,85,109). Sum of RGB (Red+Green+Blue) = 226+85+109=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2556D is #1DAA92. Grayscale: #818181. Windows color (decimal): -1944211 or 7165410. OLE color: 7165410.
HSL color Cylindrical-coordinate representation of color #E2556D: hue angle of 349.79º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2556D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 109 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.11 |
| HSL | 349.79º | 0.71% | 0.61% | - |
| HSV(B) | 349.79º | 0.62% | 0.89% | - |
| XYZ | 37.37 | 23.77 | 17.09 | - |
| YUV | 129.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 109 | 0 | 0.62 | 0.52 | 0.11 | 349.79 | 0.71 | 0.61 |
| Hex | E2 | 55 | 6D | 0 | 3E | 34 | B | 15E | 47 | 3D |
| Octal | 342 | 125 | 155 | 0 | 76 | 64 | 13 | 536 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1101101 | 0 | 111110 | 110100 | 1011 | 101011110 | 1000111 | 111101 |
Color Harmonies of #E2556D
Complementary color
Monochromatic Colors of #E2556D
Black with #E2556D
Text Example
Text Example
White with #E2556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2556D; }
p { color: rgb(226,85,109); }
H1.HeaderClassName
{
color: #E2556D;
}
.AnyTagClassName
{
color: #E2556D;
}
</style>
background-color css
<style>
a { background-color: #E2556D; }
a { background-color: rgb(226,85,109); }
div.DivClassName
{
background-color: #E2556D;
}
.BgClassName
{
background-color: #E2556D;
}
</style>
border-color css
<style>
span { border-color: #E2556D; }
span { border-color: rgb(226,85,109); }
td.TdClassName
{
border-color: #E2556D;
}
.TagClassName
{
border-color: #E2556D;
}
</style>