Shades of Cranberry #E2526A
Tints of Cranberry #E2526A
RGB
CMYK
RGB Variations
Color information
#E2526A (or 0xE2526A) is known color: Cranberry. HEX triplet: E2, 52 and 6A. RGB value is (226,82,106). Sum of RGB (Red+Green+Blue) = 226+82+106=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2526A is #1DAD95. Grayscale: #7F7F7F. Windows color (decimal): -1944982 or 6968034. OLE color: 6968034.
HSL color Cylindrical-coordinate representation of color #E2526A: hue angle of 350º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2526A is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 106 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.11 |
| HSL | 350º | 0.71% | 0.6% | - |
| HSV(B) | 350º | 0.64% | 0.89% | - |
| XYZ | 36.98 | 23.24 | 16.17 | - |
| YUV | 127.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 106 | 0 | 0.64 | 0.53 | 0.11 | 350 | 0.71 | 0.6 |
| Hex | E2 | 52 | 6A | 0 | 40 | 35 | B | 15E | 47 | 3C |
| Octal | 342 | 122 | 152 | 0 | 100 | 65 | 13 | 536 | 107 | 74 |
| Binary | 11100010 | 1010010 | 1101010 | 0 | 1000000 | 110101 | 1011 | 101011110 | 1000111 | 111100 |
Color Harmonies of #E2526A
Complementary color
Monochromatic Colors of #E2526A
Black with #E2526A
Text Example
Text Example
White with #E2526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2526A; }
p { color: rgb(226,82,106); }
H1.HeaderClassName
{
color: #E2526A;
}
.AnyTagClassName
{
color: #E2526A;
}
</style>
background-color css
<style>
a { background-color: #E2526A; }
a { background-color: rgb(226,82,106); }
div.DivClassName
{
background-color: #E2526A;
}
.BgClassName
{
background-color: #E2526A;
}
</style>
border-color css
<style>
span { border-color: #E2526A; }
span { border-color: rgb(226,82,106); }
td.TdClassName
{
border-color: #E2526A;
}
.TagClassName
{
border-color: #E2526A;
}
</style>