Shades of Cranberry #E9526D
Tints of Cranberry #E9526D
RGB
CMYK
RGB Variations
Color information
#E9526D (or 0xE9526D) is known color: Cranberry. HEX triplet: E9, 52 and 6D. RGB value is (233,82,109). Sum of RGB (Red+Green+Blue) = 233+82+109=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E9526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9526D is #16AD92. Grayscale: #828282. Windows color (decimal): -1486227 or 7164649. OLE color: 7164649.
HSL color Cylindrical-coordinate representation of color #E9526D: hue angle of 349.27º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9526D is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 109 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.09 |
| HSL | 349.27º | 0.77% | 0.62% | - |
| HSV(B) | 349.27º | 0.65% | 0.91% | - |
| XYZ | 39.38 | 24.46 | 17.11 | - |
| YUV | 130.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 109 | 0 | 0.65 | 0.53 | 0.09 | 349.27 | 0.77 | 0.62 |
| Hex | E9 | 52 | 6D | 0 | 41 | 35 | 9 | 15D | 4D | 3E |
| Octal | 351 | 122 | 155 | 0 | 101 | 65 | 11 | 535 | 115 | 76 |
| Binary | 11101001 | 1010010 | 1101101 | 0 | 1000001 | 110101 | 1001 | 101011101 | 1001101 | 111110 |
Color Harmonies of #E9526D
Complementary color
Monochromatic Colors of #E9526D
Black with #E9526D
Text Example
Text Example
White with #E9526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9526D; }
p { color: rgb(233,82,109); }
H1.HeaderClassName
{
color: #E9526D;
}
.AnyTagClassName
{
color: #E9526D;
}
</style>
background-color css
<style>
a { background-color: #E9526D; }
a { background-color: rgb(233,82,109); }
div.DivClassName
{
background-color: #E9526D;
}
.BgClassName
{
background-color: #E9526D;
}
</style>
border-color css
<style>
span { border-color: #E9526D; }
span { border-color: rgb(233,82,109); }
td.TdClassName
{
border-color: #E9526D;
}
.TagClassName
{
border-color: #E9526D;
}
</style>