Shades of Cranberry #E04669
Tints of Cranberry #E04669
RGB
CMYK
RGB Variations
Color information
#E04669 (or 0xE04669) is known color: Cranberry. HEX triplet: E0, 46 and 69. RGB value is (224,70,105). Sum of RGB (Red+Green+Blue) = 224+70+105=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E04669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04669 is #1FB996. Grayscale: #787878. Windows color (decimal): -2079127 or 6899424. OLE color: 6899424.
HSL color Cylindrical-coordinate representation of color #E04669: hue angle of 346.36º 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 #E04669 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 105 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.12 |
| HSL | 346.36º | 0.71% | 0.58% | - |
| HSV(B) | 346.36º | 0.69% | 0.88% | - |
| XYZ | 35.48 | 21.25 | 15.6 | - |
| YUV | 120.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 105 | 0 | 0.69 | 0.53 | 0.12 | 346.36 | 0.71 | 0.58 |
| Hex | E0 | 46 | 69 | 0 | 45 | 35 | C | 15A | 47 | 3A |
| Octal | 340 | 106 | 151 | 0 | 105 | 65 | 14 | 532 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1101001 | 0 | 1000101 | 110101 | 1100 | 101011010 | 1000111 | 111010 |
Color Harmonies of #E04669
Complementary color
Monochromatic Colors of #E04669
Black with #E04669
Text Example
Text Example
White with #E04669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04669; }
p { color: rgb(224,70,105); }
H1.HeaderClassName
{
color: #E04669;
}
.AnyTagClassName
{
color: #E04669;
}
</style>
background-color css
<style>
a { background-color: #E04669; }
a { background-color: rgb(224,70,105); }
div.DivClassName
{
background-color: #E04669;
}
.BgClassName
{
background-color: #E04669;
}
</style>
border-color css
<style>
span { border-color: #E04669; }
span { border-color: rgb(224,70,105); }
td.TdClassName
{
border-color: #E04669;
}
.TagClassName
{
border-color: #E04669;
}
</style>