Shades of Cranberry #E04E7D
Tints of Cranberry #E04E7D
RGB
CMYK
RGB Variations
Color information
#E04E7D (or 0xE04E7D) is known color: Cranberry. HEX triplet: E0, 4E and 7D. RGB value is (224,78,125). Sum of RGB (Red+Green+Blue) = 224+78+125=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E7D is #1FB182. Grayscale: #7E7E7E. Windows color (decimal): -2077059 or 8212192. OLE color: 8212192.
HSL color Cylindrical-coordinate representation of color #E04E7D: hue angle of 340.68º 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 #E04E7D is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 125 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.12 |
| HSL | 340.68º | 0.7% | 0.59% | - |
| HSV(B) | 340.68º | 0.65% | 0.88% | - |
| XYZ | 37.17 | 22.78 | 21.84 | - |
| YUV | 127.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 125 | 0 | 0.65 | 0.44 | 0.12 | 340.68 | 0.7 | 0.59 |
| Hex | E0 | 4E | 7D | 0 | 41 | 2C | C | 155 | 46 | 3B |
| Octal | 340 | 116 | 175 | 0 | 101 | 54 | 14 | 525 | 106 | 73 |
| Binary | 11100000 | 1001110 | 1111101 | 0 | 1000001 | 101100 | 1100 | 101010101 | 1000110 | 111011 |
Color Harmonies of #E04E7D
Complementary color
Monochromatic Colors of #E04E7D
Black with #E04E7D
Text Example
Text Example
White with #E04E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E7D; }
p { color: rgb(224,78,125); }
H1.HeaderClassName
{
color: #E04E7D;
}
.AnyTagClassName
{
color: #E04E7D;
}
</style>
background-color css
<style>
a { background-color: #E04E7D; }
a { background-color: rgb(224,78,125); }
div.DivClassName
{
background-color: #E04E7D;
}
.BgClassName
{
background-color: #E04E7D;
}
</style>
border-color css
<style>
span { border-color: #E04E7D; }
span { border-color: rgb(224,78,125); }
td.TdClassName
{
border-color: #E04E7D;
}
.TagClassName
{
border-color: #E04E7D;
}
</style>