Shades of Cranberry #E2556F
Tints of Cranberry #E2556F
RGB
CMYK
RGB Variations
Color information
#E2556F (or 0xE2556F) is known color: Cranberry. HEX triplet: E2, 55 and 6F. RGB value is (226,85,111). Sum of RGB (Red+Green+Blue) = 226+85+111=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2556F is #1DAA90. Grayscale: #828282. Windows color (decimal): -1944209 or 7296482. OLE color: 7296482.
HSL color Cylindrical-coordinate representation of color #E2556F: hue angle of 348.94º 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 #E2556F is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 111 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.11 |
| HSL | 348.94º | 0.71% | 0.61% | - |
| HSV(B) | 348.94º | 0.62% | 0.89% | - |
| XYZ | 37.48 | 23.81 | 17.66 | - |
| YUV | 130.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 111 | 0 | 0.62 | 0.51 | 0.11 | 348.94 | 0.71 | 0.61 |
| Hex | E2 | 55 | 6F | 0 | 3E | 33 | B | 15D | 47 | 3D |
| Octal | 342 | 125 | 157 | 0 | 76 | 63 | 13 | 535 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1101111 | 0 | 111110 | 110011 | 1011 | 101011101 | 1000111 | 111101 |
Color Harmonies of #E2556F
Complementary color
Monochromatic Colors of #E2556F
Black with #E2556F
Text Example
Text Example
White with #E2556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2556F; }
p { color: rgb(226,85,111); }
H1.HeaderClassName
{
color: #E2556F;
}
.AnyTagClassName
{
color: #E2556F;
}
</style>
background-color css
<style>
a { background-color: #E2556F; }
a { background-color: rgb(226,85,111); }
div.DivClassName
{
background-color: #E2556F;
}
.BgClassName
{
background-color: #E2556F;
}
</style>
border-color css
<style>
span { border-color: #E2556F; }
span { border-color: rgb(226,85,111); }
td.TdClassName
{
border-color: #E2556F;
}
.TagClassName
{
border-color: #E2556F;
}
</style>