Shades of Cranberry #E5467B
Tints of Cranberry #E5467B
RGB
CMYK
RGB Variations
Color information
#E5467B (or 0xE5467B) is known color: Cranberry. HEX triplet: E5, 46 and 7B. RGB value is (229,70,123). Sum of RGB (Red+Green+Blue) = 229+70+123=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5467B is #1AB984. Grayscale: #7B7B7B. Windows color (decimal): -1751429 or 8079077. OLE color: 8079077.
HSL color Cylindrical-coordinate representation of color #E5467B: hue angle of 340º 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 #E5467B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 123 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.10 |
| HSL | 340º | 0.75% | 0.59% | - |
| HSV(B) | 340º | 0.69% | 0.9% | - |
| XYZ | 38.08 | 22.47 | 21.07 | - |
| YUV | 123.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 123 | 0 | 0.69 | 0.46 | 0.10 | 340 | 0.75 | 0.59 |
| Hex | E5 | 46 | 7B | 0 | 45 | 2E | A | 154 | 4B | 3B |
| Octal | 345 | 106 | 173 | 0 | 105 | 56 | 12 | 524 | 113 | 73 |
| Binary | 11100101 | 1000110 | 1111011 | 0 | 1000101 | 101110 | 1010 | 101010100 | 1001011 | 111011 |
Color Harmonies of #E5467B
Complementary color
Monochromatic Colors of #E5467B
Black with #E5467B
Text Example
Text Example
White with #E5467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5467B; }
p { color: rgb(229,70,123); }
H1.HeaderClassName
{
color: #E5467B;
}
.AnyTagClassName
{
color: #E5467B;
}
</style>
background-color css
<style>
a { background-color: #E5467B; }
a { background-color: rgb(229,70,123); }
div.DivClassName
{
background-color: #E5467B;
}
.BgClassName
{
background-color: #E5467B;
}
</style>
border-color css
<style>
span { border-color: #E5467B; }
span { border-color: rgb(229,70,123); }
td.TdClassName
{
border-color: #E5467B;
}
.TagClassName
{
border-color: #E5467B;
}
</style>