Shades of Cranberry #E6496D
Tints of Cranberry #E6496D
RGB
CMYK
RGB Variations
Color information
#E6496D (or 0xE6496D) is known color: Cranberry. HEX triplet: E6, 49 and 6D. RGB value is (230,73,109). Sum of RGB (Red+Green+Blue) = 230+73+109=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E6496D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6496D is #19B692. Grayscale: #7C7C7C. Windows color (decimal): -1685139 or 7162342. OLE color: 7162342.
HSL color Cylindrical-coordinate representation of color #E6496D: hue angle of 346.24º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6496D is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 109 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.10 |
| HSL | 346.24º | 0.76% | 0.59% | - |
| HSV(B) | 346.24º | 0.68% | 0.9% | - |
| XYZ | 37.78 | 22.69 | 16.86 | - |
| YUV | 124.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 109 | 0 | 0.68 | 0.53 | 0.10 | 346.24 | 0.76 | 0.59 |
| Hex | E6 | 49 | 6D | 0 | 44 | 35 | A | 15A | 4C | 3B |
| Octal | 346 | 111 | 155 | 0 | 104 | 65 | 12 | 532 | 114 | 73 |
| Binary | 11100110 | 1001001 | 1101101 | 0 | 1000100 | 110101 | 1010 | 101011010 | 1001100 | 111011 |
Color Harmonies of #E6496D
Complementary color
Monochromatic Colors of #E6496D
Black with #E6496D
Text Example
Text Example
White with #E6496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6496D; }
p { color: rgb(230,73,109); }
H1.HeaderClassName
{
color: #E6496D;
}
.AnyTagClassName
{
color: #E6496D;
}
</style>
background-color css
<style>
a { background-color: #E6496D; }
a { background-color: rgb(230,73,109); }
div.DivClassName
{
background-color: #E6496D;
}
.BgClassName
{
background-color: #E6496D;
}
</style>
border-color css
<style>
span { border-color: #E6496D; }
span { border-color: rgb(230,73,109); }
td.TdClassName
{
border-color: #E6496D;
}
.TagClassName
{
border-color: #E6496D;
}
</style>