Shades of Cranberry #E04E7C
Tints of Cranberry #E04E7C
RGB
CMYK
RGB Variations
Color information
#E04E7C (or 0xE04E7C) is known color: Cranberry. HEX triplet: E0, 4E and 7C. RGB value is (224,78,124). Sum of RGB (Red+Green+Blue) = 224+78+124=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E7C is #1FB183. Grayscale: #7E7E7E. Windows color (decimal): -2077060 or 8146656. OLE color: 8146656.
HSL color Cylindrical-coordinate representation of color #E04E7C: hue angle of 341.1º 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 #E04E7C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 124 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.12 |
| HSL | 341.1º | 0.7% | 0.59% | - |
| HSV(B) | 341.1º | 0.65% | 0.88% | - |
| XYZ | 37.1 | 22.75 | 21.5 | - |
| YUV | 126.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 124 | 0 | 0.65 | 0.45 | 0.12 | 341.1 | 0.7 | 0.59 |
| Hex | E0 | 4E | 7C | 0 | 41 | 2D | C | 155 | 46 | 3B |
| Octal | 340 | 116 | 174 | 0 | 101 | 55 | 14 | 525 | 106 | 73 |
| Binary | 11100000 | 1001110 | 1111100 | 0 | 1000001 | 101101 | 1100 | 101010101 | 1000110 | 111011 |
Color Harmonies of #E04E7C
Complementary color
Monochromatic Colors of #E04E7C
Black with #E04E7C
Text Example
Text Example
White with #E04E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E7C; }
p { color: rgb(224,78,124); }
H1.HeaderClassName
{
color: #E04E7C;
}
.AnyTagClassName
{
color: #E04E7C;
}
</style>
background-color css
<style>
a { background-color: #E04E7C; }
a { background-color: rgb(224,78,124); }
div.DivClassName
{
background-color: #E04E7C;
}
.BgClassName
{
background-color: #E04E7C;
}
</style>
border-color css
<style>
span { border-color: #E04E7C; }
span { border-color: rgb(224,78,124); }
td.TdClassName
{
border-color: #E04E7C;
}
.TagClassName
{
border-color: #E04E7C;
}
</style>