Shades of Cranberry #E85269
Tints of Cranberry #E85269
RGB
CMYK
RGB Variations
Color information
#E85269 (or 0xE85269) is known color: Cranberry. HEX triplet: E8, 52 and 69. RGB value is (232,82,105). Sum of RGB (Red+Green+Blue) = 232+82+105=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E85269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85269 is #17AD96. Grayscale: #818181. Windows color (decimal): -1551767 or 6902504. OLE color: 6902504.
HSL color Cylindrical-coordinate representation of color #E85269: hue angle of 350.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85269 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 105 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.09 |
| HSL | 350.8º | 0.77% | 0.62% | - |
| HSV(B) | 350.8º | 0.65% | 0.91% | - |
| XYZ | 38.85 | 24.21 | 15.99 | - |
| YUV | 129.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 105 | 0 | 0.65 | 0.55 | 0.09 | 350.8 | 0.77 | 0.62 |
| Hex | E8 | 52 | 69 | 0 | 41 | 37 | 9 | 15F | 4D | 3E |
| Octal | 350 | 122 | 151 | 0 | 101 | 67 | 11 | 537 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1101001 | 0 | 1000001 | 110111 | 1001 | 101011111 | 1001101 | 111110 |
Color Harmonies of #E85269
Complementary color
Monochromatic Colors of #E85269
Black with #E85269
Text Example
Text Example
White with #E85269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85269; }
p { color: rgb(232,82,105); }
H1.HeaderClassName
{
color: #E85269;
}
.AnyTagClassName
{
color: #E85269;
}
</style>
background-color css
<style>
a { background-color: #E85269; }
a { background-color: rgb(232,82,105); }
div.DivClassName
{
background-color: #E85269;
}
.BgClassName
{
background-color: #E85269;
}
</style>
border-color css
<style>
span { border-color: #E85269; }
span { border-color: rgb(232,82,105); }
td.TdClassName
{
border-color: #E85269;
}
.TagClassName
{
border-color: #E85269;
}
</style>