Shades of Cranberry #E04674
Tints of Cranberry #E04674
RGB
CMYK
RGB Variations
Color information
#E04674 (or 0xE04674) is known color: Cranberry. HEX triplet: E0, 46 and 74. RGB value is (224,70,116). Sum of RGB (Red+Green+Blue) = 224+70+116=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04674 is #1FB98B. Grayscale: #797979. Windows color (decimal): -2079116 or 7620320. OLE color: 7620320.
HSL color Cylindrical-coordinate representation of color #E04674: hue angle of 342.08º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04674 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 116 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.12 |
| HSL | 342.08º | 0.71% | 0.58% | - |
| HSV(B) | 342.08º | 0.69% | 0.88% | - |
| XYZ | 36.08 | 21.49 | 18.77 | - |
| YUV | 121.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 116 | 0 | 0.69 | 0.48 | 0.12 | 342.08 | 0.71 | 0.58 |
| Hex | E0 | 46 | 74 | 0 | 45 | 30 | C | 156 | 47 | 3A |
| Octal | 340 | 106 | 164 | 0 | 105 | 60 | 14 | 526 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1110100 | 0 | 1000101 | 110000 | 1100 | 101010110 | 1000111 | 111010 |
Color Harmonies of #E04674
Complementary color
Monochromatic Colors of #E04674
Black with #E04674
Text Example
Text Example
White with #E04674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04674; }
p { color: rgb(224,70,116); }
H1.HeaderClassName
{
color: #E04674;
}
.AnyTagClassName
{
color: #E04674;
}
</style>
background-color css
<style>
a { background-color: #E04674; }
a { background-color: rgb(224,70,116); }
div.DivClassName
{
background-color: #E04674;
}
.BgClassName
{
background-color: #E04674;
}
</style>
border-color css
<style>
span { border-color: #E04674; }
span { border-color: rgb(224,70,116); }
td.TdClassName
{
border-color: #E04674;
}
.TagClassName
{
border-color: #E04674;
}
</style>