Shades of Cranberry #E2536E
Tints of Cranberry #E2536E
RGB
CMYK
RGB Variations
Color information
#E2536E (or 0xE2536E) is known color: Cranberry. HEX triplet: E2, 53 and 6E. RGB value is (226,83,110). Sum of RGB (Red+Green+Blue) = 226+83+110=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2536E is #1DAC91. Grayscale: #808080. Windows color (decimal): -1944722 or 7230434. OLE color: 7230434.
HSL color Cylindrical-coordinate representation of color #E2536E: hue angle of 348.67º 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 #E2536E is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 110 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.11 |
| HSL | 348.67º | 0.71% | 0.61% | - |
| HSV(B) | 348.67º | 0.63% | 0.89% | - |
| XYZ | 37.27 | 23.48 | 17.32 | - |
| YUV | 128.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 110 | 0 | 0.63 | 0.51 | 0.11 | 348.67 | 0.71 | 0.61 |
| Hex | E2 | 53 | 6E | 0 | 3F | 33 | B | 15D | 47 | 3D |
| Octal | 342 | 123 | 156 | 0 | 77 | 63 | 13 | 535 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1101110 | 0 | 111111 | 110011 | 1011 | 101011101 | 1000111 | 111101 |
Color Harmonies of #E2536E
Complementary color
Monochromatic Colors of #E2536E
Black with #E2536E
Text Example
Text Example
White with #E2536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2536E; }
p { color: rgb(226,83,110); }
H1.HeaderClassName
{
color: #E2536E;
}
.AnyTagClassName
{
color: #E2536E;
}
</style>
background-color css
<style>
a { background-color: #E2536E; }
a { background-color: rgb(226,83,110); }
div.DivClassName
{
background-color: #E2536E;
}
.BgClassName
{
background-color: #E2536E;
}
</style>
border-color css
<style>
span { border-color: #E2536E; }
span { border-color: rgb(226,83,110); }
td.TdClassName
{
border-color: #E2536E;
}
.TagClassName
{
border-color: #E2536E;
}
</style>