Shades of Cranberry #E04077
Tints of Cranberry #E04077
RGB
CMYK
RGB Variations
Color information
#E04077 (or 0xE04077) is known color: Cranberry. HEX triplet: E0, 40 and 77. RGB value is (224,64,119). Sum of RGB (Red+Green+Blue) = 224+64+119=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E04077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04077 is #1FBF88. Grayscale: #767676. Windows color (decimal): -2080649 or 7815392. OLE color: 7815392.
HSL color Cylindrical-coordinate representation of color #E04077: hue angle of 339.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04077 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 119 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.12 |
| HSL | 339.38º | 0.72% | 0.56% | - |
| HSV(B) | 339.38º | 0.71% | 0.88% | - |
| XYZ | 35.9 | 20.85 | 19.58 | - |
| YUV | 118.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 119 | 0 | 0.71 | 0.47 | 0.12 | 339.38 | 0.72 | 0.56 |
| Hex | E0 | 40 | 77 | 0 | 47 | 2F | C | 153 | 48 | 38 |
| Octal | 340 | 100 | 167 | 0 | 107 | 57 | 14 | 523 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1110111 | 0 | 1000111 | 101111 | 1100 | 101010011 | 1001000 | 111000 |
Color Harmonies of #E04077
Complementary color
Monochromatic Colors of #E04077
Black with #E04077
Text Example
Text Example
White with #E04077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04077; }
p { color: rgb(224,64,119); }
H1.HeaderClassName
{
color: #E04077;
}
.AnyTagClassName
{
color: #E04077;
}
</style>
background-color css
<style>
a { background-color: #E04077; }
a { background-color: rgb(224,64,119); }
div.DivClassName
{
background-color: #E04077;
}
.BgClassName
{
background-color: #E04077;
}
</style>
border-color css
<style>
span { border-color: #E04077; }
span { border-color: rgb(224,64,119); }
td.TdClassName
{
border-color: #E04077;
}
.TagClassName
{
border-color: #E04077;
}
</style>