Shades of Cranberry #E0467A
Tints of Cranberry #E0467A
RGB
CMYK
RGB Variations
Color information
#E0467A (or 0xE0467A) is known color: Cranberry. HEX triplet: E0, 46 and 7A. RGB value is (224,70,122). Sum of RGB (Red+Green+Blue) = 224+70+122=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0467A is #1FB985. Grayscale: #797979. Windows color (decimal): -2079110 or 8013536. OLE color: 8013536.
HSL color Cylindrical-coordinate representation of color #E0467A: hue angle of 339.74º degrees, saturation: 0.71, 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 #E0467A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 122 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.12 |
| HSL | 339.74º | 0.71% | 0.58% | - |
| HSV(B) | 339.74º | 0.69% | 0.88% | - |
| XYZ | 36.44 | 21.63 | 20.67 | - |
| YUV | 121.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 122 | 0 | 0.69 | 0.46 | 0.12 | 339.74 | 0.71 | 0.58 |
| Hex | E0 | 46 | 7A | 0 | 45 | 2E | C | 154 | 47 | 3A |
| Octal | 340 | 106 | 172 | 0 | 105 | 56 | 14 | 524 | 107 | 72 |
| Binary | 11100000 | 1000110 | 1111010 | 0 | 1000101 | 101110 | 1100 | 101010100 | 1000111 | 111010 |
Color Harmonies of #E0467A
Complementary color
Monochromatic Colors of #E0467A
Black with #E0467A
Text Example
Text Example
White with #E0467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0467A; }
p { color: rgb(224,70,122); }
H1.HeaderClassName
{
color: #E0467A;
}
.AnyTagClassName
{
color: #E0467A;
}
</style>
background-color css
<style>
a { background-color: #E0467A; }
a { background-color: rgb(224,70,122); }
div.DivClassName
{
background-color: #E0467A;
}
.BgClassName
{
background-color: #E0467A;
}
</style>
border-color css
<style>
span { border-color: #E0467A; }
span { border-color: rgb(224,70,122); }
td.TdClassName
{
border-color: #E0467A;
}
.TagClassName
{
border-color: #E0467A;
}
</style>