Shades of Cranberry #E14D69
Tints of Cranberry #E14D69
RGB
CMYK
RGB Variations
Color information
#E14D69 (or 0xE14D69) is known color: Cranberry. HEX triplet: E1, 4D and 69. RGB value is (225,77,105). Sum of RGB (Red+Green+Blue) = 225+77+105=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D69 is #1EB296. Grayscale: #7C7C7C. Windows color (decimal): -2011799 or 6901217. OLE color: 6901217.
HSL color Cylindrical-coordinate representation of color #E14D69: hue angle of 348.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D69 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 105 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.12 |
| HSL | 348.65º | 0.71% | 0.59% | - |
| HSV(B) | 348.65º | 0.66% | 0.88% | - |
| XYZ | 36.26 | 22.34 | 15.76 | - |
| YUV | 124.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 105 | 0 | 0.66 | 0.53 | 0.12 | 348.65 | 0.71 | 0.59 |
| Hex | E1 | 4D | 69 | 0 | 42 | 35 | C | 15D | 47 | 3B |
| Octal | 341 | 115 | 151 | 0 | 102 | 65 | 14 | 535 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1101001 | 0 | 1000010 | 110101 | 1100 | 101011101 | 1000111 | 111011 |
Color Harmonies of #E14D69
Complementary color
Monochromatic Colors of #E14D69
Black with #E14D69
Text Example
Text Example
White with #E14D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D69; }
p { color: rgb(225,77,105); }
H1.HeaderClassName
{
color: #E14D69;
}
.AnyTagClassName
{
color: #E14D69;
}
</style>
background-color css
<style>
a { background-color: #E14D69; }
a { background-color: rgb(225,77,105); }
div.DivClassName
{
background-color: #E14D69;
}
.BgClassName
{
background-color: #E14D69;
}
</style>
border-color css
<style>
span { border-color: #E14D69; }
span { border-color: rgb(225,77,105); }
td.TdClassName
{
border-color: #E14D69;
}
.TagClassName
{
border-color: #E14D69;
}
</style>