Shades of Cranberry #E15679
Tints of Cranberry #E15679
RGB
CMYK
RGB Variations
Color information
#E15679 (or 0xE15679) is known color: Cranberry. HEX triplet: E1, 56 and 79. RGB value is (225,86,121). Sum of RGB (Red+Green+Blue) = 225+86+121=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E15679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15679 is #1EA986. Grayscale: #838383. Windows color (decimal): -2009479 or 7952097. OLE color: 7952097.
HSL color Cylindrical-coordinate representation of color #E15679: hue angle of 344.89º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15679 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 121 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.12 |
| HSL | 344.89º | 0.7% | 0.61% | - |
| HSV(B) | 344.89º | 0.62% | 0.88% | - |
| XYZ | 37.83 | 24.04 | 20.74 | - |
| YUV | 131.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 121 | 0 | 0.62 | 0.46 | 0.12 | 344.89 | 0.7 | 0.61 |
| Hex | E1 | 56 | 79 | 0 | 3E | 2E | C | 159 | 46 | 3D |
| Octal | 341 | 126 | 171 | 0 | 76 | 56 | 14 | 531 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1111001 | 0 | 111110 | 101110 | 1100 | 101011001 | 1000110 | 111101 |
Color Harmonies of #E15679
Complementary color
Monochromatic Colors of #E15679
Black with #E15679
Text Example
Text Example
White with #E15679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15679; }
p { color: rgb(225,86,121); }
H1.HeaderClassName
{
color: #E15679;
}
.AnyTagClassName
{
color: #E15679;
}
</style>
background-color css
<style>
a { background-color: #E15679; }
a { background-color: rgb(225,86,121); }
div.DivClassName
{
background-color: #E15679;
}
.BgClassName
{
background-color: #E15679;
}
</style>
border-color css
<style>
span { border-color: #E15679; }
span { border-color: rgb(225,86,121); }
td.TdClassName
{
border-color: #E15679;
}
.TagClassName
{
border-color: #E15679;
}
</style>