Shades of Cranberry #E1467A
Tints of Cranberry #E1467A
RGB
CMYK
RGB Variations
Color information
#E1467A (or 0xE1467A) is known color: Cranberry. HEX triplet: E1, 46 and 7A. RGB value is (225,70,122). Sum of RGB (Red+Green+Blue) = 225+70+122=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1467A is #1EB985. Grayscale: #7A7A7A. Windows color (decimal): -2013574 or 8013537. OLE color: 8013537.
HSL color Cylindrical-coordinate representation of color #E1467A: hue angle of 339.87º 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 #E1467A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 122 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.12 |
| HSL | 339.87º | 0.72% | 0.58% | - |
| HSV(B) | 339.87º | 0.69% | 0.88% | - |
| XYZ | 36.75 | 21.79 | 20.68 | - |
| YUV | 122.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 122 | 0 | 0.69 | 0.46 | 0.12 | 339.87 | 0.72 | 0.58 |
| Hex | E1 | 46 | 7A | 0 | 45 | 2E | C | 154 | 48 | 3A |
| Octal | 341 | 106 | 172 | 0 | 105 | 56 | 14 | 524 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1111010 | 0 | 1000101 | 101110 | 1100 | 101010100 | 1001000 | 111010 |
Color Harmonies of #E1467A
Complementary color
Monochromatic Colors of #E1467A
Black with #E1467A
Text Example
Text Example
White with #E1467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1467A; }
p { color: rgb(225,70,122); }
H1.HeaderClassName
{
color: #E1467A;
}
.AnyTagClassName
{
color: #E1467A;
}
</style>
background-color css
<style>
a { background-color: #E1467A; }
a { background-color: rgb(225,70,122); }
div.DivClassName
{
background-color: #E1467A;
}
.BgClassName
{
background-color: #E1467A;
}
</style>
border-color css
<style>
span { border-color: #E1467A; }
span { border-color: rgb(225,70,122); }
td.TdClassName
{
border-color: #E1467A;
}
.TagClassName
{
border-color: #E1467A;
}
</style>