Shades of Cranberry #E6536D
Tints of Cranberry #E6536D
RGB
CMYK
RGB Variations
Color information
#E6536D (or 0xE6536D) is known color: Cranberry. HEX triplet: E6, 53 and 6D. RGB value is (230,83,109). Sum of RGB (Red+Green+Blue) = 230+83+109=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6536D is #19AC92. Grayscale: #818181. Windows color (decimal): -1682579 or 7164902. OLE color: 7164902.
HSL color Cylindrical-coordinate representation of color #E6536D: hue angle of 349.39º 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 #E6536D is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 109 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.10 |
| HSL | 349.39º | 0.75% | 0.61% | - |
| HSV(B) | 349.39º | 0.64% | 0.9% | - |
| XYZ | 38.49 | 24.11 | 17.09 | - |
| YUV | 129.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 109 | 0 | 0.64 | 0.53 | 0.10 | 349.39 | 0.75 | 0.61 |
| Hex | E6 | 53 | 6D | 0 | 40 | 35 | A | 15D | 4B | 3D |
| Octal | 346 | 123 | 155 | 0 | 100 | 65 | 12 | 535 | 113 | 75 |
| Binary | 11100110 | 1010011 | 1101101 | 0 | 1000000 | 110101 | 1010 | 101011101 | 1001011 | 111101 |
Color Harmonies of #E6536D
Complementary color
Monochromatic Colors of #E6536D
Black with #E6536D
Text Example
Text Example
White with #E6536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6536D; }
p { color: rgb(230,83,109); }
H1.HeaderClassName
{
color: #E6536D;
}
.AnyTagClassName
{
color: #E6536D;
}
</style>
background-color css
<style>
a { background-color: #E6536D; }
a { background-color: rgb(230,83,109); }
div.DivClassName
{
background-color: #E6536D;
}
.BgClassName
{
background-color: #E6536D;
}
</style>
border-color css
<style>
span { border-color: #E6536D; }
span { border-color: rgb(230,83,109); }
td.TdClassName
{
border-color: #E6536D;
}
.TagClassName
{
border-color: #E6536D;
}
</style>