Shades of Cranberry #E0477D
Tints of Cranberry #E0477D
RGB
CMYK
RGB Variations
Color information
#E0477D (or 0xE0477D) is known color: Cranberry. HEX triplet: E0, 47 and 7D. RGB value is (224,71,125). Sum of RGB (Red+Green+Blue) = 224+71+125=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0477D is #1FB882. Grayscale: #7A7A7A. Windows color (decimal): -2078851 or 8210400. OLE color: 8210400.
HSL color Cylindrical-coordinate representation of color #E0477D: hue angle of 338.82º 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 #E0477D is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 125 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.12 |
| HSL | 338.82º | 0.71% | 0.58% | - |
| HSV(B) | 338.82º | 0.68% | 0.88% | - |
| XYZ | 36.7 | 21.83 | 21.68 | - |
| YUV | 122.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 125 | 0 | 0.68 | 0.44 | 0.12 | 338.82 | 0.71 | 0.58 |
| Hex | E0 | 47 | 7D | 0 | 44 | 2C | C | 153 | 47 | 3A |
| Octal | 340 | 107 | 175 | 0 | 104 | 54 | 14 | 523 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1111101 | 0 | 1000100 | 101100 | 1100 | 101010011 | 1000111 | 111010 |
Color Harmonies of #E0477D
Complementary color
Monochromatic Colors of #E0477D
Black with #E0477D
Text Example
Text Example
White with #E0477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0477D; }
p { color: rgb(224,71,125); }
H1.HeaderClassName
{
color: #E0477D;
}
.AnyTagClassName
{
color: #E0477D;
}
</style>
background-color css
<style>
a { background-color: #E0477D; }
a { background-color: rgb(224,71,125); }
div.DivClassName
{
background-color: #E0477D;
}
.BgClassName
{
background-color: #E0477D;
}
</style>
border-color css
<style>
span { border-color: #E0477D; }
span { border-color: rgb(224,71,125); }
td.TdClassName
{
border-color: #E0477D;
}
.TagClassName
{
border-color: #E0477D;
}
</style>