Shades of Copper #E1916B
Tints of Copper #E1916B
RGB
CMYK
RGB Variations
Color information
#E1916B (or 0xE1916B) is known color: Copper. HEX triplet: E1, 91 and 6B. RGB value is (225,145,107). Sum of RGB (Red+Green+Blue) = 225+145+107=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1916B is #1E6E94. Grayscale: #A4A4A4. Windows color (decimal): -1994389 or 7049697. OLE color: 7049697.
HSL color Cylindrical-coordinate representation of color #E1916B: hue angle of 19.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1916B is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 107 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.12 |
| HSL | 19.32º | 0.66% | 0.65% | - |
| HSV(B) | 19.32º | 0.52% | 0.88% | - |
| XYZ | 43.83 | 37.32 | 18.8 | - |
| YUV | 164.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 107 | 0 | 0.36 | 0.52 | 0.12 | 19.32 | 0.66 | 0.65 |
| Hex | E1 | 91 | 6B | 0 | 24 | 34 | C | 13 | 42 | 41 |
| Octal | 341 | 221 | 153 | 0 | 44 | 64 | 14 | 23 | 102 | 101 |
| Binary | 11100001 | 10010001 | 1101011 | 0 | 100100 | 110100 | 1100 | 10011 | 1000010 | 1000001 |
Color Harmonies of #E1916B
Complementary color
Monochromatic Colors of #E1916B
Black with #E1916B
Text Example
Text Example
White with #E1916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1916B; }
p { color: rgb(225,145,107); }
H1.HeaderClassName
{
color: #E1916B;
}
.AnyTagClassName
{
color: #E1916B;
}
</style>
background-color css
<style>
a { background-color: #E1916B; }
a { background-color: rgb(225,145,107); }
div.DivClassName
{
background-color: #E1916B;
}
.BgClassName
{
background-color: #E1916B;
}
</style>
border-color css
<style>
span { border-color: #E1916B; }
span { border-color: rgb(225,145,107); }
td.TdClassName
{
border-color: #E1916B;
}
.TagClassName
{
border-color: #E1916B;
}
</style>