Shades of Cranberry #E5466F
Tints of Cranberry #E5466F
RGB
CMYK
RGB Variations
Color information
#E5466F (or 0xE5466F) is known color: Cranberry. HEX triplet: E5, 46 and 6F. RGB value is (229,70,111). Sum of RGB (Red+Green+Blue) = 229+70+111=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E5466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5466F is #1AB990. Grayscale: #7A7A7A. Windows color (decimal): -1751441 or 7292645. OLE color: 7292645.
HSL color Cylindrical-coordinate representation of color #E5466F: hue angle of 344.53º 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 #E5466F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 111 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.10 |
| HSL | 344.53º | 0.75% | 0.59% | - |
| HSV(B) | 344.53º | 0.69% | 0.9% | - |
| XYZ | 37.37 | 22.19 | 17.35 | - |
| YUV | 122.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 111 | 0 | 0.69 | 0.52 | 0.10 | 344.53 | 0.75 | 0.59 |
| Hex | E5 | 46 | 6F | 0 | 45 | 34 | A | 159 | 4B | 3B |
| Octal | 345 | 106 | 157 | 0 | 105 | 64 | 12 | 531 | 113 | 73 |
| Binary | 11100101 | 1000110 | 1101111 | 0 | 1000101 | 110100 | 1010 | 101011001 | 1001011 | 111011 |
Color Harmonies of #E5466F
Complementary color
Monochromatic Colors of #E5466F
Black with #E5466F
Text Example
Text Example
White with #E5466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5466F; }
p { color: rgb(229,70,111); }
H1.HeaderClassName
{
color: #E5466F;
}
.AnyTagClassName
{
color: #E5466F;
}
</style>
background-color css
<style>
a { background-color: #E5466F; }
a { background-color: rgb(229,70,111); }
div.DivClassName
{
background-color: #E5466F;
}
.BgClassName
{
background-color: #E5466F;
}
</style>
border-color css
<style>
span { border-color: #E5466F; }
span { border-color: rgb(229,70,111); }
td.TdClassName
{
border-color: #E5466F;
}
.TagClassName
{
border-color: #E5466F;
}
</style>