Shades of Cranberry #E2537A
Tints of Cranberry #E2537A
RGB
CMYK
RGB Variations
Color information
#E2537A (or 0xE2537A) is known color: Cranberry. HEX triplet: E2, 53 and 7A. RGB value is (226,83,122). Sum of RGB (Red+Green+Blue) = 226+83+122=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2537A is #1DAC85. Grayscale: #828282. Windows color (decimal): -1944710 or 8016866. OLE color: 8016866.
HSL color Cylindrical-coordinate representation of color #E2537A: hue angle of 343.64º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2537A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 122 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.11 |
| HSL | 343.64º | 0.71% | 0.61% | - |
| HSV(B) | 343.64º | 0.63% | 0.89% | - |
| XYZ | 37.97 | 23.76 | 21 | - |
| YUV | 130.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 122 | 0 | 0.63 | 0.46 | 0.11 | 343.64 | 0.71 | 0.61 |
| Hex | E2 | 53 | 7A | 0 | 3F | 2E | B | 158 | 47 | 3D |
| Octal | 342 | 123 | 172 | 0 | 77 | 56 | 13 | 530 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1111010 | 0 | 111111 | 101110 | 1011 | 101011000 | 1000111 | 111101 |
Color Harmonies of #E2537A
Complementary color
Monochromatic Colors of #E2537A
Black with #E2537A
Text Example
Text Example
White with #E2537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2537A; }
p { color: rgb(226,83,122); }
H1.HeaderClassName
{
color: #E2537A;
}
.AnyTagClassName
{
color: #E2537A;
}
</style>
background-color css
<style>
a { background-color: #E2537A; }
a { background-color: rgb(226,83,122); }
div.DivClassName
{
background-color: #E2537A;
}
.BgClassName
{
background-color: #E2537A;
}
</style>
border-color css
<style>
span { border-color: #E2537A; }
span { border-color: rgb(226,83,122); }
td.TdClassName
{
border-color: #E2537A;
}
.TagClassName
{
border-color: #E2537A;
}
</style>