Shades of Cranberry #E6476E
Tints of Cranberry #E6476E
RGB
CMYK
RGB Variations
Color information
#E6476E (or 0xE6476E) is known color: Cranberry. HEX triplet: E6, 47 and 6E. RGB value is (230,71,110). Sum of RGB (Red+Green+Blue) = 230+71+110=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6476E is #19B891. Grayscale: #7A7A7A. Windows color (decimal): -1685650 or 7227366. OLE color: 7227366.
HSL color Cylindrical-coordinate representation of color #E6476E: hue angle of 345.28º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6476E is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 110 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.10 |
| HSL | 345.28º | 0.76% | 0.59% | - |
| HSV(B) | 345.28º | 0.69% | 0.9% | - |
| XYZ | 37.7 | 22.46 | 17.1 | - |
| YUV | 122.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 110 | 0 | 0.69 | 0.52 | 0.10 | 345.28 | 0.76 | 0.59 |
| Hex | E6 | 47 | 6E | 0 | 45 | 34 | A | 159 | 4C | 3B |
| Octal | 346 | 107 | 156 | 0 | 105 | 64 | 12 | 531 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1101110 | 0 | 1000101 | 110100 | 1010 | 101011001 | 1001100 | 111011 |
Color Harmonies of #E6476E
Complementary color
Monochromatic Colors of #E6476E
Black with #E6476E
Text Example
Text Example
White with #E6476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6476E; }
p { color: rgb(230,71,110); }
H1.HeaderClassName
{
color: #E6476E;
}
.AnyTagClassName
{
color: #E6476E;
}
</style>
background-color css
<style>
a { background-color: #E6476E; }
a { background-color: rgb(230,71,110); }
div.DivClassName
{
background-color: #E6476E;
}
.BgClassName
{
background-color: #E6476E;
}
</style>
border-color css
<style>
span { border-color: #E6476E; }
span { border-color: rgb(230,71,110); }
td.TdClassName
{
border-color: #E6476E;
}
.TagClassName
{
border-color: #E6476E;
}
</style>