Shades of Cranberry #E14669
Tints of Cranberry #E14669
RGB
CMYK
RGB Variations
Color information
#E14669 (or 0xE14669) is known color: Cranberry. HEX triplet: E1, 46 and 69. RGB value is (225,70,105). Sum of RGB (Red+Green+Blue) = 225+70+105=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E14669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14669 is #1EB996. Grayscale: #787878. Windows color (decimal): -2013591 or 6899425. OLE color: 6899425.
HSL color Cylindrical-coordinate representation of color #E14669: hue angle of 346.45º degrees, saturation: 0.72, 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 #E14669 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 105 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.12 |
| HSL | 346.45º | 0.72% | 0.58% | - |
| HSV(B) | 346.45º | 0.69% | 0.88% | - |
| XYZ | 35.79 | 21.41 | 15.61 | - |
| YUV | 120.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 105 | 0 | 0.69 | 0.53 | 0.12 | 346.45 | 0.72 | 0.58 |
| Hex | E1 | 46 | 69 | 0 | 45 | 35 | C | 15A | 48 | 3A |
| Octal | 341 | 106 | 151 | 0 | 105 | 65 | 14 | 532 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1101001 | 0 | 1000101 | 110101 | 1100 | 101011010 | 1001000 | 111010 |
Color Harmonies of #E14669
Complementary color
Monochromatic Colors of #E14669
Black with #E14669
Text Example
Text Example
White with #E14669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14669; }
p { color: rgb(225,70,105); }
H1.HeaderClassName
{
color: #E14669;
}
.AnyTagClassName
{
color: #E14669;
}
</style>
background-color css
<style>
a { background-color: #E14669; }
a { background-color: rgb(225,70,105); }
div.DivClassName
{
background-color: #E14669;
}
.BgClassName
{
background-color: #E14669;
}
</style>
border-color css
<style>
span { border-color: #E14669; }
span { border-color: rgb(225,70,105); }
td.TdClassName
{
border-color: #E14669;
}
.TagClassName
{
border-color: #E14669;
}
</style>