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