Shades of Cranberry #E1446A
Tints of Cranberry #E1446A
RGB
CMYK
RGB Variations
Color information
#E1446A (or 0xE1446A) is known color: Cranberry. HEX triplet: E1, 44 and 6A. RGB value is (225,68,106). Sum of RGB (Red+Green+Blue) = 225+68+106=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1446A is #1EBB95. Grayscale: #777777. Windows color (decimal): -2014102 or 6964449. OLE color: 6964449.
HSL color Cylindrical-coordinate representation of color #E1446A: hue angle of 345.48º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1446A is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 106 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.12 |
| HSL | 345.48º | 0.72% | 0.57% | - |
| HSV(B) | 345.48º | 0.7% | 0.88% | - |
| XYZ | 35.72 | 21.18 | 15.84 | - |
| YUV | 119.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 106 | 0 | 0.70 | 0.53 | 0.12 | 345.48 | 0.72 | 0.57 |
| Hex | E1 | 44 | 6A | 0 | 46 | 35 | C | 159 | 48 | 39 |
| Octal | 341 | 104 | 152 | 0 | 106 | 65 | 14 | 531 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1101010 | 0 | 1000110 | 110101 | 1100 | 101011001 | 1001000 | 111001 |
Color Harmonies of #E1446A
Complementary color
Monochromatic Colors of #E1446A
Black with #E1446A
Text Example
Text Example
White with #E1446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1446A; }
p { color: rgb(225,68,106); }
H1.HeaderClassName
{
color: #E1446A;
}
.AnyTagClassName
{
color: #E1446A;
}
</style>
background-color css
<style>
a { background-color: #E1446A; }
a { background-color: rgb(225,68,106); }
div.DivClassName
{
background-color: #E1446A;
}
.BgClassName
{
background-color: #E1446A;
}
</style>
border-color css
<style>
span { border-color: #E1446A; }
span { border-color: rgb(225,68,106); }
td.TdClassName
{
border-color: #E1446A;
}
.TagClassName
{
border-color: #E1446A;
}
</style>