Shades of Cranberry #E0476B
Tints of Cranberry #E0476B
RGB
CMYK
RGB Variations
Color information
#E0476B (or 0xE0476B) is known color: Cranberry. HEX triplet: E0, 47 and 6B. RGB value is (224,71,107). Sum of RGB (Red+Green+Blue) = 224+71+107=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0476B is #1FB894. Grayscale: #787878. Windows color (decimal): -2078869 or 7030752. OLE color: 7030752.
HSL color Cylindrical-coordinate representation of color #E0476B: hue angle of 345.88º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0476B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 107 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.12 |
| HSL | 345.88º | 0.71% | 0.58% | - |
| HSV(B) | 345.88º | 0.68% | 0.88% | - |
| XYZ | 35.65 | 21.42 | 16.16 | - |
| YUV | 120.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 107 | 0 | 0.68 | 0.52 | 0.12 | 345.88 | 0.71 | 0.58 |
| Hex | E0 | 47 | 6B | 0 | 44 | 34 | C | 15A | 47 | 3A |
| Octal | 340 | 107 | 153 | 0 | 104 | 64 | 14 | 532 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1101011 | 0 | 1000100 | 110100 | 1100 | 101011010 | 1000111 | 111010 |
Color Harmonies of #E0476B
Complementary color
Monochromatic Colors of #E0476B
Black with #E0476B
Text Example
Text Example
White with #E0476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0476B; }
p { color: rgb(224,71,107); }
H1.HeaderClassName
{
color: #E0476B;
}
.AnyTagClassName
{
color: #E0476B;
}
</style>
background-color css
<style>
a { background-color: #E0476B; }
a { background-color: rgb(224,71,107); }
div.DivClassName
{
background-color: #E0476B;
}
.BgClassName
{
background-color: #E0476B;
}
</style>
border-color css
<style>
span { border-color: #E0476B; }
span { border-color: rgb(224,71,107); }
td.TdClassName
{
border-color: #E0476B;
}
.TagClassName
{
border-color: #E0476B;
}
</style>