Shades of Cranberry #E0476F
Tints of Cranberry #E0476F
RGB
CMYK
RGB Variations
Color information
#E0476F (or 0xE0476F) is known color: Cranberry. HEX triplet: E0, 47 and 6F. RGB value is (224,71,111). Sum of RGB (Red+Green+Blue) = 224+71+111=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0476F is #1FB890. Grayscale: #797979. Windows color (decimal): -2078865 or 7292896. OLE color: 7292896.
HSL color Cylindrical-coordinate representation of color #E0476F: hue angle of 344.31º 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 #E0476F is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 111 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.12 |
| HSL | 344.31º | 0.71% | 0.58% | - |
| HSV(B) | 344.31º | 0.68% | 0.88% | - |
| XYZ | 35.86 | 21.5 | 17.3 | - |
| YUV | 121.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 111 | 0 | 0.68 | 0.50 | 0.12 | 344.31 | 0.71 | 0.58 |
| Hex | E0 | 47 | 6F | 0 | 44 | 32 | C | 158 | 47 | 3A |
| Octal | 340 | 107 | 157 | 0 | 104 | 62 | 14 | 530 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1101111 | 0 | 1000100 | 110010 | 1100 | 101011000 | 1000111 | 111010 |
Color Harmonies of #E0476F
Complementary color
Monochromatic Colors of #E0476F
Black with #E0476F
Text Example
Text Example
White with #E0476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0476F; }
p { color: rgb(224,71,111); }
H1.HeaderClassName
{
color: #E0476F;
}
.AnyTagClassName
{
color: #E0476F;
}
</style>
background-color css
<style>
a { background-color: #E0476F; }
a { background-color: rgb(224,71,111); }
div.DivClassName
{
background-color: #E0476F;
}
.BgClassName
{
background-color: #E0476F;
}
</style>
border-color css
<style>
span { border-color: #E0476F; }
span { border-color: rgb(224,71,111); }
td.TdClassName
{
border-color: #E0476F;
}
.TagClassName
{
border-color: #E0476F;
}
</style>