Shades of Cranberry #E25176
Tints of Cranberry #E25176
RGB
CMYK
RGB Variations
Color information
#E25176 (or 0xE25176) is known color: Cranberry. HEX triplet: E2, 51 and 76. RGB value is (226,81,118). Sum of RGB (Red+Green+Blue) = 226+81+118=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E25176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25176 is #1DAE89. Grayscale: #808080. Windows color (decimal): -1945226 or 7754210. OLE color: 7754210.
HSL color Cylindrical-coordinate representation of color #E25176: hue angle of 344.69º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25176 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 118 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.11 |
| HSL | 344.69º | 0.71% | 0.6% | - |
| HSV(B) | 344.69º | 0.64% | 0.89% | - |
| XYZ | 37.58 | 23.36 | 19.67 | - |
| YUV | 128.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 118 | 0 | 0.64 | 0.48 | 0.11 | 344.69 | 0.71 | 0.6 |
| Hex | E2 | 51 | 76 | 0 | 40 | 30 | B | 159 | 47 | 3C |
| Octal | 342 | 121 | 166 | 0 | 100 | 60 | 13 | 531 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1110110 | 0 | 1000000 | 110000 | 1011 | 101011001 | 1000111 | 111100 |
Color Harmonies of #E25176
Complementary color
Monochromatic Colors of #E25176
Black with #E25176
Text Example
Text Example
White with #E25176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25176; }
p { color: rgb(226,81,118); }
H1.HeaderClassName
{
color: #E25176;
}
.AnyTagClassName
{
color: #E25176;
}
</style>
background-color css
<style>
a { background-color: #E25176; }
a { background-color: rgb(226,81,118); }
div.DivClassName
{
background-color: #E25176;
}
.BgClassName
{
background-color: #E25176;
}
</style>
border-color css
<style>
span { border-color: #E25176; }
span { border-color: rgb(226,81,118); }
td.TdClassName
{
border-color: #E25176;
}
.TagClassName
{
border-color: #E25176;
}
</style>