Shades of Cranberry #E25576
Tints of Cranberry #E25576
RGB
CMYK
RGB Variations
Color information
#E25576 (or 0xE25576) is known color: Cranberry. HEX triplet: E2, 55 and 76. RGB value is (226,85,118). Sum of RGB (Red+Green+Blue) = 226+85+118=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25576 is #1DAA89. Grayscale: #828282. Windows color (decimal): -1944202 or 7755234. OLE color: 7755234.
HSL color Cylindrical-coordinate representation of color #E25576: hue angle of 345.96º 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 #E25576 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 118 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.11 |
| HSL | 345.96º | 0.71% | 0.61% | - |
| HSV(B) | 345.96º | 0.62% | 0.89% | - |
| XYZ | 37.88 | 23.97 | 19.77 | - |
| YUV | 130.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 118 | 0 | 0.62 | 0.48 | 0.11 | 345.96 | 0.71 | 0.61 |
| Hex | E2 | 55 | 76 | 0 | 3E | 30 | B | 15A | 47 | 3D |
| Octal | 342 | 125 | 166 | 0 | 76 | 60 | 13 | 532 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1110110 | 0 | 111110 | 110000 | 1011 | 101011010 | 1000111 | 111101 |
Color Harmonies of #E25576
Complementary color
Monochromatic Colors of #E25576
Black with #E25576
Text Example
Text Example
White with #E25576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25576; }
p { color: rgb(226,85,118); }
H1.HeaderClassName
{
color: #E25576;
}
.AnyTagClassName
{
color: #E25576;
}
</style>
background-color css
<style>
a { background-color: #E25576; }
a { background-color: rgb(226,85,118); }
div.DivClassName
{
background-color: #E25576;
}
.BgClassName
{
background-color: #E25576;
}
</style>
border-color css
<style>
span { border-color: #E25576; }
span { border-color: rgb(226,85,118); }
td.TdClassName
{
border-color: #E25576;
}
.TagClassName
{
border-color: #E25576;
}
</style>