Shades of Cranberry #E6526B
Tints of Cranberry #E6526B
RGB
CMYK
RGB Variations
Color information
#E6526B (or 0xE6526B) is known color: Cranberry. HEX triplet: E6, 52 and 6B. RGB value is (230,82,107). Sum of RGB (Red+Green+Blue) = 230+82+107=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6526B is #19AD94. Grayscale: #818181. Windows color (decimal): -1682837 or 7033574. OLE color: 7033574.
HSL color Cylindrical-coordinate representation of color #E6526B: hue angle of 349.86º degrees, saturation: 0.75, 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 #E6526B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 107 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.10 |
| HSL | 349.86º | 0.75% | 0.61% | - |
| HSV(B) | 349.86º | 0.64% | 0.9% | - |
| XYZ | 38.3 | 23.92 | 16.51 | - |
| YUV | 129.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 107 | 0 | 0.64 | 0.53 | 0.10 | 349.86 | 0.75 | 0.61 |
| Hex | E6 | 52 | 6B | 0 | 40 | 35 | A | 15E | 4B | 3D |
| Octal | 346 | 122 | 153 | 0 | 100 | 65 | 12 | 536 | 113 | 75 |
| Binary | 11100110 | 1010010 | 1101011 | 0 | 1000000 | 110101 | 1010 | 101011110 | 1001011 | 111101 |
Color Harmonies of #E6526B
Complementary color
Monochromatic Colors of #E6526B
Black with #E6526B
Text Example
Text Example
White with #E6526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6526B; }
p { color: rgb(230,82,107); }
H1.HeaderClassName
{
color: #E6526B;
}
.AnyTagClassName
{
color: #E6526B;
}
</style>
background-color css
<style>
a { background-color: #E6526B; }
a { background-color: rgb(230,82,107); }
div.DivClassName
{
background-color: #E6526B;
}
.BgClassName
{
background-color: #E6526B;
}
</style>
border-color css
<style>
span { border-color: #E6526B; }
span { border-color: rgb(230,82,107); }
td.TdClassName
{
border-color: #E6526B;
}
.TagClassName
{
border-color: #E6526B;
}
</style>