Shades of Cranberry #E2467A
Tints of Cranberry #E2467A
RGB
CMYK
RGB Variations
Color information
#E2467A (or 0xE2467A) is known color: Cranberry. HEX triplet: E2, 46 and 7A. RGB value is (226,70,122). Sum of RGB (Red+Green+Blue) = 226+70+122=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2467A is #1DB985. Grayscale: #7A7A7A. Windows color (decimal): -1948038 or 8013538. OLE color: 8013538.
HSL color Cylindrical-coordinate representation of color #E2467A: hue angle of 340º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2467A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 122 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.11 |
| HSL | 340º | 0.73% | 0.58% | - |
| HSV(B) | 340º | 0.69% | 0.89% | - |
| XYZ | 37.07 | 21.95 | 20.7 | - |
| YUV | 122.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 122 | 0 | 0.69 | 0.46 | 0.11 | 340 | 0.73 | 0.58 |
| Hex | E2 | 46 | 7A | 0 | 45 | 2E | B | 154 | 49 | 3A |
| Octal | 342 | 106 | 172 | 0 | 105 | 56 | 13 | 524 | 111 | 72 |
| Binary | 11100010 | 1000110 | 1111010 | 0 | 1000101 | 101110 | 1011 | 101010100 | 1001001 | 111010 |
Color Harmonies of #E2467A
Complementary color
Monochromatic Colors of #E2467A
Black with #E2467A
Text Example
Text Example
White with #E2467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2467A; }
p { color: rgb(226,70,122); }
H1.HeaderClassName
{
color: #E2467A;
}
.AnyTagClassName
{
color: #E2467A;
}
</style>
background-color css
<style>
a { background-color: #E2467A; }
a { background-color: rgb(226,70,122); }
div.DivClassName
{
background-color: #E2467A;
}
.BgClassName
{
background-color: #E2467A;
}
</style>
border-color css
<style>
span { border-color: #E2467A; }
span { border-color: rgb(226,70,122); }
td.TdClassName
{
border-color: #E2467A;
}
.TagClassName
{
border-color: #E2467A;
}
</style>