Shades of Cranberry #E0477A
Tints of Cranberry #E0477A
RGB
CMYK
RGB Variations
Color information
#E0477A (or 0xE0477A) is known color: Cranberry. HEX triplet: E0, 47 and 7A. RGB value is (224,71,122). Sum of RGB (Red+Green+Blue) = 224+71+122=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0477A is #1FB885. Grayscale: #7A7A7A. Windows color (decimal): -2078854 or 8013792. OLE color: 8013792.
HSL color Cylindrical-coordinate representation of color #E0477A: hue angle of 340º 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 #E0477A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 122 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.12 |
| HSL | 340º | 0.71% | 0.58% | - |
| HSV(B) | 340º | 0.68% | 0.88% | - |
| XYZ | 36.51 | 21.76 | 20.69 | - |
| YUV | 122.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 122 | 0 | 0.68 | 0.46 | 0.12 | 340 | 0.71 | 0.58 |
| Hex | E0 | 47 | 7A | 0 | 44 | 2E | C | 154 | 47 | 3A |
| Octal | 340 | 107 | 172 | 0 | 104 | 56 | 14 | 524 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1111010 | 0 | 1000100 | 101110 | 1100 | 101010100 | 1000111 | 111010 |
Color Harmonies of #E0477A
Complementary color
Monochromatic Colors of #E0477A
Black with #E0477A
Text Example
Text Example
White with #E0477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0477A; }
p { color: rgb(224,71,122); }
H1.HeaderClassName
{
color: #E0477A;
}
.AnyTagClassName
{
color: #E0477A;
}
</style>
background-color css
<style>
a { background-color: #E0477A; }
a { background-color: rgb(224,71,122); }
div.DivClassName
{
background-color: #E0477A;
}
.BgClassName
{
background-color: #E0477A;
}
</style>
border-color css
<style>
span { border-color: #E0477A; }
span { border-color: rgb(224,71,122); }
td.TdClassName
{
border-color: #E0477A;
}
.TagClassName
{
border-color: #E0477A;
}
</style>