Shades of Cranberry #E6476C
Tints of Cranberry #E6476C
RGB
CMYK
RGB Variations
Color information
#E6476C (or 0xE6476C) is known color: Cranberry. HEX triplet: E6, 47 and 6C. RGB value is (230,71,108). Sum of RGB (Red+Green+Blue) = 230+71+108=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6476C is #19B893. Grayscale: #7A7A7A. Windows color (decimal): -1685652 or 7096294. OLE color: 7096294.
HSL color Cylindrical-coordinate representation of color #E6476C: hue angle of 346.04º 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 #E6476C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 108 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.10 |
| HSL | 346.04º | 0.76% | 0.59% | - |
| HSV(B) | 346.04º | 0.69% | 0.9% | - |
| XYZ | 37.59 | 22.41 | 16.53 | - |
| YUV | 122.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 108 | 0 | 0.69 | 0.53 | 0.10 | 346.04 | 0.76 | 0.59 |
| Hex | E6 | 47 | 6C | 0 | 45 | 35 | A | 15A | 4C | 3B |
| Octal | 346 | 107 | 154 | 0 | 105 | 65 | 12 | 532 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1101100 | 0 | 1000101 | 110101 | 1010 | 101011010 | 1001100 | 111011 |
Color Harmonies of #E6476C
Complementary color
Monochromatic Colors of #E6476C
Black with #E6476C
Text Example
Text Example
White with #E6476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6476C; }
p { color: rgb(230,71,108); }
H1.HeaderClassName
{
color: #E6476C;
}
.AnyTagClassName
{
color: #E6476C;
}
</style>
background-color css
<style>
a { background-color: #E6476C; }
a { background-color: rgb(230,71,108); }
div.DivClassName
{
background-color: #E6476C;
}
.BgClassName
{
background-color: #E6476C;
}
</style>
border-color css
<style>
span { border-color: #E6476C; }
span { border-color: rgb(230,71,108); }
td.TdClassName
{
border-color: #E6476C;
}
.TagClassName
{
border-color: #E6476C;
}
</style>