Shades of Copper #E2916B
Tints of Copper #E2916B
RGB
CMYK
RGB Variations
Color information
#E2916B (or 0xE2916B) is known color: Copper. HEX triplet: E2, 91 and 6B. RGB value is (226,145,107). Sum of RGB (Red+Green+Blue) = 226+145+107=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2916B is #1D6E94. Grayscale: #A5A5A5. Windows color (decimal): -1928853 or 7049698. OLE color: 7049698.
HSL color Cylindrical-coordinate representation of color #E2916B: hue angle of 19.16º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2916B is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 107 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.11 |
| HSL | 19.16º | 0.67% | 0.65% | - |
| HSV(B) | 19.16º | 0.53% | 0.89% | - |
| XYZ | 44.14 | 37.48 | 18.82 | - |
| YUV | 164.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 107 | 0 | 0.36 | 0.53 | 0.11 | 19.16 | 0.67 | 0.65 |
| Hex | E2 | 91 | 6B | 0 | 24 | 35 | B | 13 | 43 | 41 |
| Octal | 342 | 221 | 153 | 0 | 44 | 65 | 13 | 23 | 103 | 101 |
| Binary | 11100010 | 10010001 | 1101011 | 0 | 100100 | 110101 | 1011 | 10011 | 1000011 | 1000001 |
Color Harmonies of #E2916B
Complementary color
Monochromatic Colors of #E2916B
Black with #E2916B
Text Example
Text Example
White with #E2916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2916B; }
p { color: rgb(226,145,107); }
H1.HeaderClassName
{
color: #E2916B;
}
.AnyTagClassName
{
color: #E2916B;
}
</style>
background-color css
<style>
a { background-color: #E2916B; }
a { background-color: rgb(226,145,107); }
div.DivClassName
{
background-color: #E2916B;
}
.BgClassName
{
background-color: #E2916B;
}
</style>
border-color css
<style>
span { border-color: #E2916B; }
span { border-color: rgb(226,145,107); }
td.TdClassName
{
border-color: #E2916B;
}
.TagClassName
{
border-color: #E2916B;
}
</style>