Shades of Cranberry #E04E7A
Tints of Cranberry #E04E7A
RGB
CMYK
RGB Variations
Color information
#E04E7A (or 0xE04E7A) is known color: Cranberry. HEX triplet: E0, 4E and 7A. RGB value is (224,78,122). Sum of RGB (Red+Green+Blue) = 224+78+122=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E7A is #1FB185. Grayscale: #7E7E7E. Windows color (decimal): -2077062 or 8015584. OLE color: 8015584.
HSL color Cylindrical-coordinate representation of color #E04E7A: hue angle of 341.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04E7A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 122 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.12 |
| HSL | 341.92º | 0.7% | 0.59% | - |
| HSV(B) | 341.92º | 0.65% | 0.88% | - |
| XYZ | 36.98 | 22.7 | 20.85 | - |
| YUV | 126.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 122 | 0 | 0.65 | 0.46 | 0.12 | 341.92 | 0.7 | 0.59 |
| Hex | E0 | 4E | 7A | 0 | 41 | 2E | C | 156 | 46 | 3B |
| Octal | 340 | 116 | 172 | 0 | 101 | 56 | 14 | 526 | 106 | 73 |
| Binary | 11100000 | 1001110 | 1111010 | 0 | 1000001 | 101110 | 1100 | 101010110 | 1000110 | 111011 |
Color Harmonies of #E04E7A
Complementary color
Monochromatic Colors of #E04E7A
Black with #E04E7A
Text Example
Text Example
White with #E04E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E7A; }
p { color: rgb(224,78,122); }
H1.HeaderClassName
{
color: #E04E7A;
}
.AnyTagClassName
{
color: #E04E7A;
}
</style>
background-color css
<style>
a { background-color: #E04E7A; }
a { background-color: rgb(224,78,122); }
div.DivClassName
{
background-color: #E04E7A;
}
.BgClassName
{
background-color: #E04E7A;
}
</style>
border-color css
<style>
span { border-color: #E04E7A; }
span { border-color: rgb(224,78,122); }
td.TdClassName
{
border-color: #E04E7A;
}
.TagClassName
{
border-color: #E04E7A;
}
</style>