Shades of Cranberry #E6466D
Tints of Cranberry #E6466D
RGB
CMYK
RGB Variations
Color information
#E6466D (or 0xE6466D) is known color: Cranberry. HEX triplet: E6, 46 and 6D. RGB value is (230,70,109). Sum of RGB (Red+Green+Blue) = 230+70+109=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6466D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6466D is #19B992. Grayscale: #7A7A7A. Windows color (decimal): -1685907 or 7161574. OLE color: 7161574.
HSL color Cylindrical-coordinate representation of color #E6466D: hue angle of 345.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6466D is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 109 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.10 |
| HSL | 345.38º | 0.76% | 0.59% | - |
| HSV(B) | 345.38º | 0.7% | 0.9% | - |
| XYZ | 37.58 | 22.31 | 16.79 | - |
| YUV | 122.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 109 | 0 | 0.70 | 0.53 | 0.10 | 345.38 | 0.76 | 0.59 |
| Hex | E6 | 46 | 6D | 0 | 46 | 35 | A | 159 | 4C | 3B |
| Octal | 346 | 106 | 155 | 0 | 106 | 65 | 12 | 531 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1101101 | 0 | 1000110 | 110101 | 1010 | 101011001 | 1001100 | 111011 |
Color Harmonies of #E6466D
Complementary color
Monochromatic Colors of #E6466D
Black with #E6466D
Text Example
Text Example
White with #E6466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6466D; }
p { color: rgb(230,70,109); }
H1.HeaderClassName
{
color: #E6466D;
}
.AnyTagClassName
{
color: #E6466D;
}
</style>
background-color css
<style>
a { background-color: #E6466D; }
a { background-color: rgb(230,70,109); }
div.DivClassName
{
background-color: #E6466D;
}
.BgClassName
{
background-color: #E6466D;
}
</style>
border-color css
<style>
span { border-color: #E6466D; }
span { border-color: rgb(230,70,109); }
td.TdClassName
{
border-color: #E6466D;
}
.TagClassName
{
border-color: #E6466D;
}
</style>