Shades of Cranberry #E6536B
Tints of Cranberry #E6536B
RGB
CMYK
RGB Variations
Color information
#E6536B (or 0xE6536B) is known color: Cranberry. HEX triplet: E6, 53 and 6B. RGB value is (230,83,107). Sum of RGB (Red+Green+Blue) = 230+83+107=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6536B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6536B is #19AC94. Grayscale: #818181. Windows color (decimal): -1682581 or 7033830. OLE color: 7033830.
HSL color Cylindrical-coordinate representation of color #E6536B: hue angle of 350.2º 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 #E6536B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 107 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.10 |
| HSL | 350.2º | 0.75% | 0.61% | - |
| HSV(B) | 350.2º | 0.64% | 0.9% | - |
| XYZ | 38.38 | 24.07 | 16.53 | - |
| YUV | 129.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 107 | 0 | 0.64 | 0.53 | 0.10 | 350.2 | 0.75 | 0.61 |
| Hex | E6 | 53 | 6B | 0 | 40 | 35 | A | 15E | 4B | 3D |
| Octal | 346 | 123 | 153 | 0 | 100 | 65 | 12 | 536 | 113 | 75 |
| Binary | 11100110 | 1010011 | 1101011 | 0 | 1000000 | 110101 | 1010 | 101011110 | 1001011 | 111101 |
Color Harmonies of #E6536B
Complementary color
Monochromatic Colors of #E6536B
Black with #E6536B
Text Example
Text Example
White with #E6536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6536B; }
p { color: rgb(230,83,107); }
H1.HeaderClassName
{
color: #E6536B;
}
.AnyTagClassName
{
color: #E6536B;
}
</style>
background-color css
<style>
a { background-color: #E6536B; }
a { background-color: rgb(230,83,107); }
div.DivClassName
{
background-color: #E6536B;
}
.BgClassName
{
background-color: #E6536B;
}
</style>
border-color css
<style>
span { border-color: #E6536B; }
span { border-color: rgb(230,83,107); }
td.TdClassName
{
border-color: #E6536B;
}
.TagClassName
{
border-color: #E6536B;
}
</style>