Shades of Cranberry #E6466E
Tints of Cranberry #E6466E
RGB
CMYK
RGB Variations
Color information
#E6466E (or 0xE6466E) is known color: Cranberry. HEX triplet: E6, 46 and 6E. RGB value is (230,70,110). Sum of RGB (Red+Green+Blue) = 230+70+110=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6466E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6466E is #19B991. Grayscale: #7A7A7A. Windows color (decimal): -1685906 or 7227110. OLE color: 7227110.
HSL color Cylindrical-coordinate representation of color #E6466E: hue angle of 345º 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 #E6466E is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 110 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.10 |
| HSL | 345º | 0.76% | 0.59% | - |
| HSV(B) | 345º | 0.7% | 0.9% | - |
| XYZ | 37.64 | 22.33 | 17.08 | - |
| YUV | 122.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 110 | 0 | 0.70 | 0.52 | 0.10 | 345 | 0.76 | 0.59 |
| Hex | E6 | 46 | 6E | 0 | 46 | 34 | A | 159 | 4C | 3B |
| Octal | 346 | 106 | 156 | 0 | 106 | 64 | 12 | 531 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1101110 | 0 | 1000110 | 110100 | 1010 | 101011001 | 1001100 | 111011 |
Color Harmonies of #E6466E
Complementary color
Monochromatic Colors of #E6466E
Black with #E6466E
Text Example
Text Example
White with #E6466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6466E; }
p { color: rgb(230,70,110); }
H1.HeaderClassName
{
color: #E6466E;
}
.AnyTagClassName
{
color: #E6466E;
}
</style>
background-color css
<style>
a { background-color: #E6466E; }
a { background-color: rgb(230,70,110); }
div.DivClassName
{
background-color: #E6466E;
}
.BgClassName
{
background-color: #E6466E;
}
</style>
border-color css
<style>
span { border-color: #E6466E; }
span { border-color: rgb(230,70,110); }
td.TdClassName
{
border-color: #E6466E;
}
.TagClassName
{
border-color: #E6466E;
}
</style>