Shades of Cranberry #E2556E
Tints of Cranberry #E2556E
RGB
CMYK
RGB Variations
Color information
#E2556E (or 0xE2556E) is known color: Cranberry. HEX triplet: E2, 55 and 6E. RGB value is (226,85,110). Sum of RGB (Red+Green+Blue) = 226+85+110=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2556E is #1DAA91. Grayscale: #828282. Windows color (decimal): -1944210 or 7230946. OLE color: 7230946.
HSL color Cylindrical-coordinate representation of color #E2556E: hue angle of 349.36º 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 #E2556E is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 110 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.11 |
| HSL | 349.36º | 0.71% | 0.61% | - |
| HSV(B) | 349.36º | 0.62% | 0.89% | - |
| XYZ | 37.43 | 23.79 | 17.37 | - |
| YUV | 130.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 110 | 0 | 0.62 | 0.51 | 0.11 | 349.36 | 0.71 | 0.61 |
| Hex | E2 | 55 | 6E | 0 | 3E | 33 | B | 15D | 47 | 3D |
| Octal | 342 | 125 | 156 | 0 | 76 | 63 | 13 | 535 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1101110 | 0 | 111110 | 110011 | 1011 | 101011101 | 1000111 | 111101 |
Color Harmonies of #E2556E
Complementary color
Monochromatic Colors of #E2556E
Black with #E2556E
Text Example
Text Example
White with #E2556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2556E; }
p { color: rgb(226,85,110); }
H1.HeaderClassName
{
color: #E2556E;
}
.AnyTagClassName
{
color: #E2556E;
}
</style>
background-color css
<style>
a { background-color: #E2556E; }
a { background-color: rgb(226,85,110); }
div.DivClassName
{
background-color: #E2556E;
}
.BgClassName
{
background-color: #E2556E;
}
</style>
border-color css
<style>
span { border-color: #E2556E; }
span { border-color: rgb(226,85,110); }
td.TdClassName
{
border-color: #E2556E;
}
.TagClassName
{
border-color: #E2556E;
}
</style>