Shades of Cranberry #E25079
Tints of Cranberry #E25079
RGB
CMYK
RGB Variations
Color information
#E25079 (or 0xE25079) is known color: Cranberry. HEX triplet: E2, 50 and 79. RGB value is (226,80,121). Sum of RGB (Red+Green+Blue) = 226+80+121=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E25079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25079 is #1DAF86. Grayscale: #808080. Windows color (decimal): -1945479 or 7950562. OLE color: 7950562.
HSL color Cylindrical-coordinate representation of color #E25079: hue angle of 343.15º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25079 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 121 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.11 |
| HSL | 343.15º | 0.72% | 0.6% | - |
| HSV(B) | 343.15º | 0.65% | 0.89% | - |
| XYZ | 37.68 | 23.29 | 20.6 | - |
| YUV | 128.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 121 | 0 | 0.65 | 0.46 | 0.11 | 343.15 | 0.72 | 0.6 |
| Hex | E2 | 50 | 79 | 0 | 41 | 2E | B | 157 | 48 | 3C |
| Octal | 342 | 120 | 171 | 0 | 101 | 56 | 13 | 527 | 110 | 74 |
| Binary | 11100010 | 1010000 | 1111001 | 0 | 1000001 | 101110 | 1011 | 101010111 | 1001000 | 111100 |
Color Harmonies of #E25079
Complementary color
Monochromatic Colors of #E25079
Black with #E25079
Text Example
Text Example
White with #E25079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25079; }
p { color: rgb(226,80,121); }
H1.HeaderClassName
{
color: #E25079;
}
.AnyTagClassName
{
color: #E25079;
}
</style>
background-color css
<style>
a { background-color: #E25079; }
a { background-color: rgb(226,80,121); }
div.DivClassName
{
background-color: #E25079;
}
.BgClassName
{
background-color: #E25079;
}
</style>
border-color css
<style>
span { border-color: #E25079; }
span { border-color: rgb(226,80,121); }
td.TdClassName
{
border-color: #E25079;
}
.TagClassName
{
border-color: #E25079;
}
</style>