Shades of Cranberry #E1467B
Tints of Cranberry #E1467B
RGB
CMYK
RGB Variations
Color information
#E1467B (or 0xE1467B) is known color: Cranberry. HEX triplet: E1, 46 and 7B. RGB value is (225,70,123). Sum of RGB (Red+Green+Blue) = 225+70+123=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1467B is #1EB984. Grayscale: #7A7A7A. Windows color (decimal): -2013573 or 8079073. OLE color: 8079073.
HSL color Cylindrical-coordinate representation of color #E1467B: hue angle of 339.48º 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 #E1467B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 123 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.12 |
| HSL | 339.48º | 0.72% | 0.58% | - |
| HSV(B) | 339.48º | 0.69% | 0.88% | - |
| XYZ | 36.82 | 21.82 | 21.01 | - |
| YUV | 122.39 | 128.35 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 123 | 0 | 0.69 | 0.45 | 0.12 | 339.48 | 0.72 | 0.58 |
| Hex | E1 | 46 | 7B | 0 | 45 | 2D | C | 153 | 48 | 3A |
| Octal | 341 | 106 | 173 | 0 | 105 | 55 | 14 | 523 | 110 | 72 |
| Binary | 11100001 | 1000110 | 1111011 | 0 | 1000101 | 101101 | 1100 | 101010011 | 1001000 | 111010 |
Color Harmonies of #E1467B
Complementary color
Monochromatic Colors of #E1467B
Black with #E1467B
Text Example
Text Example
White with #E1467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1467B; }
p { color: rgb(225,70,123); }
H1.HeaderClassName
{
color: #E1467B;
}
.AnyTagClassName
{
color: #E1467B;
}
</style>
background-color css
<style>
a { background-color: #E1467B; }
a { background-color: rgb(225,70,123); }
div.DivClassName
{
background-color: #E1467B;
}
.BgClassName
{
background-color: #E1467B;
}
</style>
border-color css
<style>
span { border-color: #E1467B; }
span { border-color: rgb(225,70,123); }
td.TdClassName
{
border-color: #E1467B;
}
.TagClassName
{
border-color: #E1467B;
}
</style>