Shades of Cranberry #E0476E
Tints of Cranberry #E0476E
RGB
CMYK
RGB Variations
Color information
#E0476E (or 0xE0476E) is known color: Cranberry. HEX triplet: E0, 47 and 6E. RGB value is (224,71,110). Sum of RGB (Red+Green+Blue) = 224+71+110=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0476E is #1FB891. Grayscale: #797979. Windows color (decimal): -2078866 or 7227360. OLE color: 7227360.
HSL color Cylindrical-coordinate representation of color #E0476E: hue angle of 344.71º 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 #E0476E is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 110 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.12 |
| HSL | 344.71º | 0.71% | 0.58% | - |
| HSV(B) | 344.71º | 0.68% | 0.88% | - |
| XYZ | 35.81 | 21.48 | 17.01 | - |
| YUV | 121.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 110 | 0 | 0.68 | 0.51 | 0.12 | 344.71 | 0.71 | 0.58 |
| Hex | E0 | 47 | 6E | 0 | 44 | 33 | C | 159 | 47 | 3A |
| Octal | 340 | 107 | 156 | 0 | 104 | 63 | 14 | 531 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1101110 | 0 | 1000100 | 110011 | 1100 | 101011001 | 1000111 | 111010 |
Color Harmonies of #E0476E
Complementary color
Monochromatic Colors of #E0476E
Black with #E0476E
Text Example
Text Example
White with #E0476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0476E; }
p { color: rgb(224,71,110); }
H1.HeaderClassName
{
color: #E0476E;
}
.AnyTagClassName
{
color: #E0476E;
}
</style>
background-color css
<style>
a { background-color: #E0476E; }
a { background-color: rgb(224,71,110); }
div.DivClassName
{
background-color: #E0476E;
}
.BgClassName
{
background-color: #E0476E;
}
</style>
border-color css
<style>
span { border-color: #E0476E; }
span { border-color: rgb(224,71,110); }
td.TdClassName
{
border-color: #E0476E;
}
.TagClassName
{
border-color: #E0476E;
}
</style>