Shades of Cranberry #E2476E
Tints of Cranberry #E2476E
RGB
CMYK
RGB Variations
Color information
#E2476E (or 0xE2476E) is known color: Cranberry. HEX triplet: E2, 47 and 6E. RGB value is (226,71,110). Sum of RGB (Red+Green+Blue) = 226+71+110=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2476E is #1DB891. Grayscale: #797979. Windows color (decimal): -1947794 or 7227362. OLE color: 7227362.
HSL color Cylindrical-coordinate representation of color #E2476E: hue angle of 344.9º 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 #E2476E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 110 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.11 |
| HSL | 344.9º | 0.73% | 0.58% | - |
| HSV(B) | 344.9º | 0.69% | 0.89% | - |
| XYZ | 36.43 | 21.8 | 17.04 | - |
| YUV | 121.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 110 | 0 | 0.69 | 0.51 | 0.11 | 344.9 | 0.73 | 0.58 |
| Hex | E2 | 47 | 6E | 0 | 45 | 33 | B | 159 | 49 | 3A |
| Octal | 342 | 107 | 156 | 0 | 105 | 63 | 13 | 531 | 111 | 72 |
| Binary | 11100010 | 1000111 | 1101110 | 0 | 1000101 | 110011 | 1011 | 101011001 | 1001001 | 111010 |
Color Harmonies of #E2476E
Complementary color
Monochromatic Colors of #E2476E
Black with #E2476E
Text Example
Text Example
White with #E2476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2476E; }
p { color: rgb(226,71,110); }
H1.HeaderClassName
{
color: #E2476E;
}
.AnyTagClassName
{
color: #E2476E;
}
</style>
background-color css
<style>
a { background-color: #E2476E; }
a { background-color: rgb(226,71,110); }
div.DivClassName
{
background-color: #E2476E;
}
.BgClassName
{
background-color: #E2476E;
}
</style>
border-color css
<style>
span { border-color: #E2476E; }
span { border-color: rgb(226,71,110); }
td.TdClassName
{
border-color: #E2476E;
}
.TagClassName
{
border-color: #E2476E;
}
</style>