Shades of Cranberry #E15079
Tints of Cranberry #E15079
RGB
CMYK
RGB Variations
Color information
#E15079 (or 0xE15079) is known color: Cranberry. HEX triplet: E1, 50 and 79. RGB value is (225,80,121). Sum of RGB (Red+Green+Blue) = 225+80+121=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15079 is #1EAF86. Grayscale: #808080. Windows color (decimal): -2011015 or 7950561. OLE color: 7950561.
HSL color Cylindrical-coordinate representation of color #E15079: hue angle of 343.03º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15079 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 121 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.12 |
| HSL | 343.03º | 0.71% | 0.6% | - |
| HSV(B) | 343.03º | 0.64% | 0.88% | - |
| XYZ | 37.37 | 23.13 | 20.58 | - |
| YUV | 128.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 121 | 0 | 0.64 | 0.46 | 0.12 | 343.03 | 0.71 | 0.6 |
| Hex | E1 | 50 | 79 | 0 | 40 | 2E | C | 157 | 47 | 3C |
| Octal | 341 | 120 | 171 | 0 | 100 | 56 | 14 | 527 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1111001 | 0 | 1000000 | 101110 | 1100 | 101010111 | 1000111 | 111100 |
Color Harmonies of #E15079
Complementary color
Monochromatic Colors of #E15079
Black with #E15079
Text Example
Text Example
White with #E15079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15079; }
p { color: rgb(225,80,121); }
H1.HeaderClassName
{
color: #E15079;
}
.AnyTagClassName
{
color: #E15079;
}
</style>
background-color css
<style>
a { background-color: #E15079; }
a { background-color: rgb(225,80,121); }
div.DivClassName
{
background-color: #E15079;
}
.BgClassName
{
background-color: #E15079;
}
</style>
border-color css
<style>
span { border-color: #E15079; }
span { border-color: rgb(225,80,121); }
td.TdClassName
{
border-color: #E15079;
}
.TagClassName
{
border-color: #E15079;
}
</style>