Shades of Cranberry #E5536D
Tints of Cranberry #E5536D
RGB
CMYK
RGB Variations
Color information
#E5536D (or 0xE5536D) is known color: Cranberry. HEX triplet: E5, 53 and 6D. RGB value is (229,83,109). Sum of RGB (Red+Green+Blue) = 229+83+109=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5536D is #1AAC92. Grayscale: #818181. Windows color (decimal): -1748115 or 7164901. OLE color: 7164901.
HSL color Cylindrical-coordinate representation of color #E5536D: hue angle of 349.32º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5536D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 109 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.10 |
| HSL | 349.32º | 0.74% | 0.61% | - |
| HSV(B) | 349.32º | 0.64% | 0.9% | - |
| XYZ | 38.17 | 23.95 | 17.08 | - |
| YUV | 129.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 109 | 0 | 0.64 | 0.52 | 0.10 | 349.32 | 0.74 | 0.61 |
| Hex | E5 | 53 | 6D | 0 | 40 | 34 | A | 15D | 4A | 3D |
| Octal | 345 | 123 | 155 | 0 | 100 | 64 | 12 | 535 | 112 | 75 |
| Binary | 11100101 | 1010011 | 1101101 | 0 | 1000000 | 110100 | 1010 | 101011101 | 1001010 | 111101 |
Color Harmonies of #E5536D
Complementary color
Monochromatic Colors of #E5536D
Black with #E5536D
Text Example
Text Example
White with #E5536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5536D; }
p { color: rgb(229,83,109); }
H1.HeaderClassName
{
color: #E5536D;
}
.AnyTagClassName
{
color: #E5536D;
}
</style>
background-color css
<style>
a { background-color: #E5536D; }
a { background-color: rgb(229,83,109); }
div.DivClassName
{
background-color: #E5536D;
}
.BgClassName
{
background-color: #E5536D;
}
</style>
border-color css
<style>
span { border-color: #E5536D; }
span { border-color: rgb(229,83,109); }
td.TdClassName
{
border-color: #E5536D;
}
.TagClassName
{
border-color: #E5536D;
}
</style>