Shades of Cranberry #E4526D
Tints of Cranberry #E4526D
RGB
CMYK
RGB Variations
Color information
#E4526D (or 0xE4526D) is known color: Cranberry. HEX triplet: E4, 52 and 6D. RGB value is (228,82,109). Sum of RGB (Red+Green+Blue) = 228+82+109=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E4526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4526D is #1BAD92. Grayscale: #808080. Windows color (decimal): -1813907 or 7164644. OLE color: 7164644.
HSL color Cylindrical-coordinate representation of color #E4526D: hue angle of 348.9º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4526D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 109 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.11 |
| HSL | 348.9º | 0.73% | 0.61% | - |
| HSV(B) | 348.9º | 0.64% | 0.89% | - |
| XYZ | 37.77 | 23.63 | 17.04 | - |
| YUV | 128.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 109 | 0 | 0.64 | 0.52 | 0.11 | 348.9 | 0.73 | 0.61 |
| Hex | E4 | 52 | 6D | 0 | 40 | 34 | B | 15D | 49 | 3D |
| Octal | 344 | 122 | 155 | 0 | 100 | 64 | 13 | 535 | 111 | 75 |
| Binary | 11100100 | 1010010 | 1101101 | 0 | 1000000 | 110100 | 1011 | 101011101 | 1001001 | 111101 |
Color Harmonies of #E4526D
Complementary color
Monochromatic Colors of #E4526D
Black with #E4526D
Text Example
Text Example
White with #E4526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4526D; }
p { color: rgb(228,82,109); }
H1.HeaderClassName
{
color: #E4526D;
}
.AnyTagClassName
{
color: #E4526D;
}
</style>
background-color css
<style>
a { background-color: #E4526D; }
a { background-color: rgb(228,82,109); }
div.DivClassName
{
background-color: #E4526D;
}
.BgClassName
{
background-color: #E4526D;
}
</style>
border-color css
<style>
span { border-color: #E4526D; }
span { border-color: rgb(228,82,109); }
td.TdClassName
{
border-color: #E4526D;
}
.TagClassName
{
border-color: #E4526D;
}
</style>