Shades of Cranberry #E8526A
Tints of Cranberry #E8526A
RGB
CMYK
RGB Variations
Color information
#E8526A (or 0xE8526A) is known color: Cranberry. HEX triplet: E8, 52 and 6A. RGB value is (232,82,106). Sum of RGB (Red+Green+Blue) = 232+82+106=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8526A is #17AD95. Grayscale: #818181. Windows color (decimal): -1551766 or 6968040. OLE color: 6968040.
HSL color Cylindrical-coordinate representation of color #E8526A: hue angle of 350.4º 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 #E8526A is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 106 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.09 |
| HSL | 350.4º | 0.77% | 0.62% | - |
| HSV(B) | 350.4º | 0.65% | 0.91% | - |
| XYZ | 38.9 | 24.23 | 16.26 | - |
| YUV | 129.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 106 | 0 | 0.65 | 0.54 | 0.09 | 350.4 | 0.77 | 0.62 |
| Hex | E8 | 52 | 6A | 0 | 41 | 36 | 9 | 15E | 4D | 3E |
| Octal | 350 | 122 | 152 | 0 | 101 | 66 | 11 | 536 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1101010 | 0 | 1000001 | 110110 | 1001 | 101011110 | 1001101 | 111110 |
Color Harmonies of #E8526A
Complementary color
Monochromatic Colors of #E8526A
Black with #E8526A
Text Example
Text Example
White with #E8526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8526A; }
p { color: rgb(232,82,106); }
H1.HeaderClassName
{
color: #E8526A;
}
.AnyTagClassName
{
color: #E8526A;
}
</style>
background-color css
<style>
a { background-color: #E8526A; }
a { background-color: rgb(232,82,106); }
div.DivClassName
{
background-color: #E8526A;
}
.BgClassName
{
background-color: #E8526A;
}
</style>
border-color css
<style>
span { border-color: #E8526A; }
span { border-color: rgb(232,82,106); }
td.TdClassName
{
border-color: #E8526A;
}
.TagClassName
{
border-color: #E8526A;
}
</style>