Shades of Cranberry #E14968
Tints of Cranberry #E14968
RGB
CMYK
RGB Variations
Color information
#E14968 (or 0xE14968) is known color: Cranberry. HEX triplet: E1, 49 and 68. RGB value is (225,73,104). Sum of RGB (Red+Green+Blue) = 225+73+104=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E14968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14968 is #1EB697. Grayscale: #7A7A7A. Windows color (decimal): -2012824 or 6834657. OLE color: 6834657.
HSL color Cylindrical-coordinate representation of color #E14968: hue angle of 347.76º degrees, saturation: 0.72, 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 #E14968 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 104 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.12 |
| HSL | 347.76º | 0.72% | 0.58% | - |
| HSV(B) | 347.76º | 0.68% | 0.88% | - |
| XYZ | 35.93 | 21.77 | 15.41 | - |
| YUV | 121.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 104 | 0 | 0.68 | 0.54 | 0.12 | 347.76 | 0.72 | 0.58 |
| Hex | E1 | 49 | 68 | 0 | 44 | 36 | C | 15C | 48 | 3A |
| Octal | 341 | 111 | 150 | 0 | 104 | 66 | 14 | 534 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1101000 | 0 | 1000100 | 110110 | 1100 | 101011100 | 1001000 | 111010 |
Color Harmonies of #E14968
Complementary color
Monochromatic Colors of #E14968
Black with #E14968
Text Example
Text Example
White with #E14968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14968; }
p { color: rgb(225,73,104); }
H1.HeaderClassName
{
color: #E14968;
}
.AnyTagClassName
{
color: #E14968;
}
</style>
background-color css
<style>
a { background-color: #E14968; }
a { background-color: rgb(225,73,104); }
div.DivClassName
{
background-color: #E14968;
}
.BgClassName
{
background-color: #E14968;
}
</style>
border-color css
<style>
span { border-color: #E14968; }
span { border-color: rgb(225,73,104); }
td.TdClassName
{
border-color: #E14968;
}
.TagClassName
{
border-color: #E14968;
}
</style>