Shades of Cranberry #E2466E
Tints of Cranberry #E2466E
RGB
CMYK
RGB Variations
Color information
#E2466E (or 0xE2466E) is known color: Cranberry. HEX triplet: E2, 46 and 6E. RGB value is (226,70,110). Sum of RGB (Red+Green+Blue) = 226+70+110=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2466E is #1DB991. Grayscale: #797979. Windows color (decimal): -1948050 or 7227106. OLE color: 7227106.
HSL color Cylindrical-coordinate representation of color #E2466E: hue angle of 344.62º 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 #E2466E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 110 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.11 |
| HSL | 344.62º | 0.73% | 0.58% | - |
| HSV(B) | 344.62º | 0.69% | 0.89% | - |
| XYZ | 36.37 | 21.67 | 17.02 | - |
| YUV | 121.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 110 | 0 | 0.69 | 0.51 | 0.11 | 344.62 | 0.73 | 0.58 |
| Hex | E2 | 46 | 6E | 0 | 45 | 33 | B | 159 | 49 | 3A |
| Octal | 342 | 106 | 156 | 0 | 105 | 63 | 13 | 531 | 111 | 72 |
| Binary | 11100010 | 1000110 | 1101110 | 0 | 1000101 | 110011 | 1011 | 101011001 | 1001001 | 111010 |
Color Harmonies of #E2466E
Complementary color
Monochromatic Colors of #E2466E
Black with #E2466E
Text Example
Text Example
White with #E2466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2466E; }
p { color: rgb(226,70,110); }
H1.HeaderClassName
{
color: #E2466E;
}
.AnyTagClassName
{
color: #E2466E;
}
</style>
background-color css
<style>
a { background-color: #E2466E; }
a { background-color: rgb(226,70,110); }
div.DivClassName
{
background-color: #E2466E;
}
.BgClassName
{
background-color: #E2466E;
}
</style>
border-color css
<style>
span { border-color: #E2466E; }
span { border-color: rgb(226,70,110); }
td.TdClassName
{
border-color: #E2466E;
}
.TagClassName
{
border-color: #E2466E;
}
</style>