Shades of Cranberry #E1466D
Tints of Cranberry #E1466D
RGB
CMYK
RGB Variations
Color information
#E1466D (or 0xE1466D) is known color: Cranberry. HEX triplet: E1, 46 and 6D. RGB value is (225,70,109). Sum of RGB (Red+Green+Blue) = 225+70+109=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1466D is #1EB992. Grayscale: #787878. Windows color (decimal): -2013587 or 7161569. OLE color: 7161569.
HSL color Cylindrical-coordinate representation of color #E1466D: hue angle of 344.9º 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 #E1466D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 109 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.12 |
| HSL | 344.9º | 0.72% | 0.58% | - |
| HSV(B) | 344.9º | 0.69% | 0.88% | - |
| XYZ | 36 | 21.49 | 16.72 | - |
| YUV | 120.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 109 | 0 | 0.69 | 0.52 | 0.12 | 344.9 | 0.72 | 0.58 |
| Hex | E1 | 46 | 6D | 0 | 45 | 34 | C | 159 | 48 | 3A |
| Octal | 341 | 106 | 155 | 0 | 105 | 64 | 14 | 531 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1101101 | 0 | 1000101 | 110100 | 1100 | 101011001 | 1001000 | 111010 |
Color Harmonies of #E1466D
Complementary color
Monochromatic Colors of #E1466D
Black with #E1466D
Text Example
Text Example
White with #E1466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1466D; }
p { color: rgb(225,70,109); }
H1.HeaderClassName
{
color: #E1466D;
}
.AnyTagClassName
{
color: #E1466D;
}
</style>
background-color css
<style>
a { background-color: #E1466D; }
a { background-color: rgb(225,70,109); }
div.DivClassName
{
background-color: #E1466D;
}
.BgClassName
{
background-color: #E1466D;
}
</style>
border-color css
<style>
span { border-color: #E1466D; }
span { border-color: rgb(225,70,109); }
td.TdClassName
{
border-color: #E1466D;
}
.TagClassName
{
border-color: #E1466D;
}
</style>