Shades of Cranberry #E5466B
Tints of Cranberry #E5466B
RGB
CMYK
RGB Variations
Color information
#E5466B (or 0xE5466B) is known color: Cranberry. HEX triplet: E5, 46 and 6B. RGB value is (229,70,107). Sum of RGB (Red+Green+Blue) = 229+70+107=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5466B is #1AB994. Grayscale: #797979. Windows color (decimal): -1751445 or 7030501. OLE color: 7030501.
HSL color Cylindrical-coordinate representation of color #E5466B: hue angle of 346.04º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5466B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 107 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.10 |
| HSL | 346.04º | 0.75% | 0.59% | - |
| HSV(B) | 346.04º | 0.69% | 0.9% | - |
| XYZ | 37.16 | 22.1 | 16.22 | - |
| YUV | 121.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 107 | 0 | 0.69 | 0.53 | 0.10 | 346.04 | 0.75 | 0.59 |
| Hex | E5 | 46 | 6B | 0 | 45 | 35 | A | 15A | 4B | 3B |
| Octal | 345 | 106 | 153 | 0 | 105 | 65 | 12 | 532 | 113 | 73 |
| Binary | 11100101 | 1000110 | 1101011 | 0 | 1000101 | 110101 | 1010 | 101011010 | 1001011 | 111011 |
Color Harmonies of #E5466B
Complementary color
Monochromatic Colors of #E5466B
Black with #E5466B
Text Example
Text Example
White with #E5466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5466B; }
p { color: rgb(229,70,107); }
H1.HeaderClassName
{
color: #E5466B;
}
.AnyTagClassName
{
color: #E5466B;
}
</style>
background-color css
<style>
a { background-color: #E5466B; }
a { background-color: rgb(229,70,107); }
div.DivClassName
{
background-color: #E5466B;
}
.BgClassName
{
background-color: #E5466B;
}
</style>
border-color css
<style>
span { border-color: #E5466B; }
span { border-color: rgb(229,70,107); }
td.TdClassName
{
border-color: #E5466B;
}
.TagClassName
{
border-color: #E5466B;
}
</style>