Shades of Cranberry #E85169
Tints of Cranberry #E85169
RGB
CMYK
RGB Variations
Color information
#E85169 (or 0xE85169) is known color: Cranberry. HEX triplet: E8, 51 and 69. RGB value is (232,81,105). Sum of RGB (Red+Green+Blue) = 232+81+105=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E85169 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85169 is #17AE96. Grayscale: #808080. Windows color (decimal): -1552023 or 6902248. OLE color: 6902248.
HSL color Cylindrical-coordinate representation of color #E85169: hue angle of 350.46º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85169 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 105 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.09 |
| HSL | 350.46º | 0.77% | 0.61% | - |
| HSV(B) | 350.46º | 0.65% | 0.91% | - |
| XYZ | 38.77 | 24.06 | 15.97 | - |
| YUV | 128.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 105 | 0 | 0.65 | 0.55 | 0.09 | 350.46 | 0.77 | 0.61 |
| Hex | E8 | 51 | 69 | 0 | 41 | 37 | 9 | 15E | 4D | 3D |
| Octal | 350 | 121 | 151 | 0 | 101 | 67 | 11 | 536 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1101001 | 0 | 1000001 | 110111 | 1001 | 101011110 | 1001101 | 111101 |
Color Harmonies of #E85169
Complementary color
Monochromatic Colors of #E85169
Black with #E85169
Text Example
Text Example
White with #E85169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85169; }
p { color: rgb(232,81,105); }
H1.HeaderClassName
{
color: #E85169;
}
.AnyTagClassName
{
color: #E85169;
}
</style>
background-color css
<style>
a { background-color: #E85169; }
a { background-color: rgb(232,81,105); }
div.DivClassName
{
background-color: #E85169;
}
.BgClassName
{
background-color: #E85169;
}
</style>
border-color css
<style>
span { border-color: #E85169; }
span { border-color: rgb(232,81,105); }
td.TdClassName
{
border-color: #E85169;
}
.TagClassName
{
border-color: #E85169;
}
</style>