Shades of Cranberry #E2536D
Tints of Cranberry #E2536D
RGB
CMYK
RGB Variations
Color information
#E2536D (or 0xE2536D) is known color: Cranberry. HEX triplet: E2, 53 and 6D. RGB value is (226,83,109). Sum of RGB (Red+Green+Blue) = 226+83+109=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2536D is #1DAC92. Grayscale: #808080. Windows color (decimal): -1944723 or 7164898. OLE color: 7164898.
HSL color Cylindrical-coordinate representation of color #E2536D: hue angle of 349.09º 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 #E2536D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 109 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.11 |
| HSL | 349.09º | 0.71% | 0.61% | - |
| HSV(B) | 349.09º | 0.63% | 0.89% | - |
| XYZ | 37.22 | 23.46 | 17.03 | - |
| YUV | 128.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 109 | 0 | 0.63 | 0.52 | 0.11 | 349.09 | 0.71 | 0.61 |
| Hex | E2 | 53 | 6D | 0 | 3F | 34 | B | 15D | 47 | 3D |
| Octal | 342 | 123 | 155 | 0 | 77 | 64 | 13 | 535 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1101101 | 0 | 111111 | 110100 | 1011 | 101011101 | 1000111 | 111101 |
Color Harmonies of #E2536D
Complementary color
Monochromatic Colors of #E2536D
Black with #E2536D
Text Example
Text Example
White with #E2536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2536D; }
p { color: rgb(226,83,109); }
H1.HeaderClassName
{
color: #E2536D;
}
.AnyTagClassName
{
color: #E2536D;
}
</style>
background-color css
<style>
a { background-color: #E2536D; }
a { background-color: rgb(226,83,109); }
div.DivClassName
{
background-color: #E2536D;
}
.BgClassName
{
background-color: #E2536D;
}
</style>
border-color css
<style>
span { border-color: #E2536D; }
span { border-color: rgb(226,83,109); }
td.TdClassName
{
border-color: #E2536D;
}
.TagClassName
{
border-color: #E2536D;
}
</style>