Shades of Cranberry #E2526E
Tints of Cranberry #E2526E
RGB
CMYK
RGB Variations
Color information
#E2526E (or 0xE2526E) is known color: Cranberry. HEX triplet: E2, 52 and 6E. RGB value is (226,82,110). Sum of RGB (Red+Green+Blue) = 226+82+110=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2526E is #1DAD91. Grayscale: #808080. Windows color (decimal): -1944978 or 7230178. OLE color: 7230178.
HSL color Cylindrical-coordinate representation of color #E2526E: hue angle of 348.33º 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 #E2526E is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 110 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.11 |
| HSL | 348.33º | 0.71% | 0.6% | - |
| HSV(B) | 348.33º | 0.64% | 0.89% | - |
| XYZ | 37.2 | 23.33 | 17.29 | - |
| YUV | 128.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 110 | 0 | 0.64 | 0.51 | 0.11 | 348.33 | 0.71 | 0.6 |
| Hex | E2 | 52 | 6E | 0 | 40 | 33 | B | 15C | 47 | 3C |
| Octal | 342 | 122 | 156 | 0 | 100 | 63 | 13 | 534 | 107 | 74 |
| Binary | 11100010 | 1010010 | 1101110 | 0 | 1000000 | 110011 | 1011 | 101011100 | 1000111 | 111100 |
Color Harmonies of #E2526E
Complementary color
Monochromatic Colors of #E2526E
Black with #E2526E
Text Example
Text Example
White with #E2526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2526E; }
p { color: rgb(226,82,110); }
H1.HeaderClassName
{
color: #E2526E;
}
.AnyTagClassName
{
color: #E2526E;
}
</style>
background-color css
<style>
a { background-color: #E2526E; }
a { background-color: rgb(226,82,110); }
div.DivClassName
{
background-color: #E2526E;
}
.BgClassName
{
background-color: #E2526E;
}
</style>
border-color css
<style>
span { border-color: #E2526E; }
span { border-color: rgb(226,82,110); }
td.TdClassName
{
border-color: #E2526E;
}
.TagClassName
{
border-color: #E2526E;
}
</style>