Shades of Cranberry #E2486A
Tints of Cranberry #E2486A
RGB
CMYK
RGB Variations
Color information
#E2486A (or 0xE2486A) is known color: Cranberry. HEX triplet: E2, 48 and 6A. RGB value is (226,72,106). Sum of RGB (Red+Green+Blue) = 226+72+106=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2486A is #1DB795. Grayscale: #797979. Windows color (decimal): -1947542 or 6965474. OLE color: 6965474.
HSL color Cylindrical-coordinate representation of color #E2486A: hue angle of 346.75º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2486A is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 106 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.11 |
| HSL | 346.75º | 0.73% | 0.58% | - |
| HSV(B) | 346.75º | 0.68% | 0.89% | - |
| XYZ | 36.28 | 21.84 | 15.94 | - |
| YUV | 121.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 106 | 0 | 0.68 | 0.53 | 0.11 | 346.75 | 0.73 | 0.58 |
| Hex | E2 | 48 | 6A | 0 | 44 | 35 | B | 15B | 49 | 3A |
| Octal | 342 | 110 | 152 | 0 | 104 | 65 | 13 | 533 | 111 | 72 |
| Binary | 11100010 | 1001000 | 1101010 | 0 | 1000100 | 110101 | 1011 | 101011011 | 1001001 | 111010 |
Color Harmonies of #E2486A
Complementary color
Monochromatic Colors of #E2486A
Black with #E2486A
Text Example
Text Example
White with #E2486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2486A; }
p { color: rgb(226,72,106); }
H1.HeaderClassName
{
color: #E2486A;
}
.AnyTagClassName
{
color: #E2486A;
}
</style>
background-color css
<style>
a { background-color: #E2486A; }
a { background-color: rgb(226,72,106); }
div.DivClassName
{
background-color: #E2486A;
}
.BgClassName
{
background-color: #E2486A;
}
</style>
border-color css
<style>
span { border-color: #E2486A; }
span { border-color: rgb(226,72,106); }
td.TdClassName
{
border-color: #E2486A;
}
.TagClassName
{
border-color: #E2486A;
}
</style>