Shades of Copper #E28A6E
Tints of Copper #E28A6E
RGB
CMYK
RGB Variations
Color information
#E28A6E (or 0xE28A6E) is known color: Copper. HEX triplet: E2, 8A and 6E. RGB value is (226,138,110). Sum of RGB (Red+Green+Blue) = 226+138+110=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A6E is #1D7591. Grayscale: #A1A1A1. Windows color (decimal): -1930642 or 7244514. OLE color: 7244514.
HSL color Cylindrical-coordinate representation of color #E28A6E: hue angle of 14.48º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E28A6E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 110 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.11 |
| HSL | 14.48º | 0.67% | 0.66% | - |
| HSV(B) | 14.48º | 0.51% | 0.89% | - |
| XYZ | 43.27 | 35.47 | 19.32 | - |
| YUV | 161.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 110 | 0 | 0.39 | 0.51 | 0.11 | 14.48 | 0.67 | 0.66 |
| Hex | E2 | 8A | 6E | 0 | 27 | 33 | B | E | 43 | 42 |
| Octal | 342 | 212 | 156 | 0 | 47 | 63 | 13 | 16 | 103 | 102 |
| Binary | 11100010 | 10001010 | 1101110 | 0 | 100111 | 110011 | 1011 | 1110 | 1000011 | 1000010 |
Color Harmonies of #E28A6E
Complementary color
Monochromatic Colors of #E28A6E
Black with #E28A6E
Text Example
Text Example
White with #E28A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A6E; }
p { color: rgb(226,138,110); }
H1.HeaderClassName
{
color: #E28A6E;
}
.AnyTagClassName
{
color: #E28A6E;
}
</style>
background-color css
<style>
a { background-color: #E28A6E; }
a { background-color: rgb(226,138,110); }
div.DivClassName
{
background-color: #E28A6E;
}
.BgClassName
{
background-color: #E28A6E;
}
</style>
border-color css
<style>
span { border-color: #E28A6E; }
span { border-color: rgb(226,138,110); }
td.TdClassName
{
border-color: #E28A6E;
}
.TagClassName
{
border-color: #E28A6E;
}
</style>