Shades of Cranberry #E14D68
Tints of Cranberry #E14D68
RGB
CMYK
RGB Variations
Color information
#E14D68 (or 0xE14D68) is known color: Cranberry. HEX triplet: E1, 4D and 68. RGB value is (225,77,104). Sum of RGB (Red+Green+Blue) = 225+77+104=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D68 is #1EB297. Grayscale: #7C7C7C. Windows color (decimal): -2011800 or 6835681. OLE color: 6835681.
HSL color Cylindrical-coordinate representation of color #E14D68: hue angle of 349.05º 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 #E14D68 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 104 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.12 |
| HSL | 349.05º | 0.71% | 0.59% | - |
| HSV(B) | 349.05º | 0.66% | 0.88% | - |
| XYZ | 36.2 | 22.31 | 15.5 | - |
| YUV | 124.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 104 | 0 | 0.66 | 0.54 | 0.12 | 349.05 | 0.71 | 0.59 |
| Hex | E1 | 4D | 68 | 0 | 42 | 36 | C | 15D | 47 | 3B |
| Octal | 341 | 115 | 150 | 0 | 102 | 66 | 14 | 535 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1101000 | 0 | 1000010 | 110110 | 1100 | 101011101 | 1000111 | 111011 |
Color Harmonies of #E14D68
Complementary color
Monochromatic Colors of #E14D68
Black with #E14D68
Text Example
Text Example
White with #E14D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D68; }
p { color: rgb(225,77,104); }
H1.HeaderClassName
{
color: #E14D68;
}
.AnyTagClassName
{
color: #E14D68;
}
</style>
background-color css
<style>
a { background-color: #E14D68; }
a { background-color: rgb(225,77,104); }
div.DivClassName
{
background-color: #E14D68;
}
.BgClassName
{
background-color: #E14D68;
}
</style>
border-color css
<style>
span { border-color: #E14D68; }
span { border-color: rgb(225,77,104); }
td.TdClassName
{
border-color: #E14D68;
}
.TagClassName
{
border-color: #E14D68;
}
</style>