Shades of Cranberry #E6476F
Tints of Cranberry #E6476F
RGB
CMYK
RGB Variations
Color information
#E6476F (or 0xE6476F) is known color: Cranberry. HEX triplet: E6, 47 and 6F. RGB value is (230,71,111). Sum of RGB (Red+Green+Blue) = 230+71+111=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E6476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6476F is #19B890. Grayscale: #7B7B7B. Windows color (decimal): -1685649 or 7292902. OLE color: 7292902.
HSL color Cylindrical-coordinate representation of color #E6476F: hue angle of 344.91º 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 #E6476F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 111 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.10 |
| HSL | 344.91º | 0.76% | 0.59% | - |
| HSV(B) | 344.91º | 0.69% | 0.9% | - |
| XYZ | 37.76 | 22.48 | 17.39 | - |
| YUV | 123.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 111 | 0 | 0.69 | 0.52 | 0.10 | 344.91 | 0.76 | 0.59 |
| Hex | E6 | 47 | 6F | 0 | 45 | 34 | A | 159 | 4C | 3B |
| Octal | 346 | 107 | 157 | 0 | 105 | 64 | 12 | 531 | 114 | 73 |
| Binary | 11100110 | 1000111 | 1101111 | 0 | 1000101 | 110100 | 1010 | 101011001 | 1001100 | 111011 |
Color Harmonies of #E6476F
Complementary color
Monochromatic Colors of #E6476F
Black with #E6476F
Text Example
Text Example
White with #E6476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6476F; }
p { color: rgb(230,71,111); }
H1.HeaderClassName
{
color: #E6476F;
}
.AnyTagClassName
{
color: #E6476F;
}
</style>
background-color css
<style>
a { background-color: #E6476F; }
a { background-color: rgb(230,71,111); }
div.DivClassName
{
background-color: #E6476F;
}
.BgClassName
{
background-color: #E6476F;
}
</style>
border-color css
<style>
span { border-color: #E6476F; }
span { border-color: rgb(230,71,111); }
td.TdClassName
{
border-color: #E6476F;
}
.TagClassName
{
border-color: #E6476F;
}
</style>