Shades of Cranberry #E04869
Tints of Cranberry #E04869
RGB
CMYK
RGB Variations
Color information
#E04869 (or 0xE04869) is known color: Cranberry. HEX triplet: E0, 48 and 69. RGB value is (224,72,105). Sum of RGB (Red+Green+Blue) = 224+72+105=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E04869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04869 is #1FB796. Grayscale: #797979. Windows color (decimal): -2078615 or 6899936. OLE color: 6899936.
HSL color Cylindrical-coordinate representation of color #E04869: hue angle of 346.97º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04869 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 105 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.12 |
| HSL | 346.97º | 0.71% | 0.58% | - |
| HSV(B) | 346.97º | 0.68% | 0.88% | - |
| XYZ | 35.61 | 21.5 | 15.64 | - |
| YUV | 121.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 105 | 0 | 0.68 | 0.53 | 0.12 | 346.97 | 0.71 | 0.58 |
| Hex | E0 | 48 | 69 | 0 | 44 | 35 | C | 15B | 47 | 3A |
| Octal | 340 | 110 | 151 | 0 | 104 | 65 | 14 | 533 | 107 | 72 |
| Binary | 11100000 | 1001000 | 1101001 | 0 | 1000100 | 110101 | 1100 | 101011011 | 1000111 | 111010 |
Color Harmonies of #E04869
Complementary color
Monochromatic Colors of #E04869
Black with #E04869
Text Example
Text Example
White with #E04869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04869; }
p { color: rgb(224,72,105); }
H1.HeaderClassName
{
color: #E04869;
}
.AnyTagClassName
{
color: #E04869;
}
</style>
background-color css
<style>
a { background-color: #E04869; }
a { background-color: rgb(224,72,105); }
div.DivClassName
{
background-color: #E04869;
}
.BgClassName
{
background-color: #E04869;
}
</style>
border-color css
<style>
span { border-color: #E04869; }
span { border-color: rgb(224,72,105); }
td.TdClassName
{
border-color: #E04869;
}
.TagClassName
{
border-color: #E04869;
}
</style>