Shades of Copper #E0815D
Tints of Copper #E0815D
RGB
CMYK
RGB Variations
Color information
#E0815D (or 0xE0815D) is known color: Copper. HEX triplet: E0, 81 and 5D. RGB value is (224,129,93). Sum of RGB (Red+Green+Blue) = 224+129+93=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0815D is #1F7EA2. Grayscale: #999999. Windows color (decimal): -2064035 or 6128096. OLE color: 6128096.
HSL color Cylindrical-coordinate representation of color #E0815D: hue angle of 16.49º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0815D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 93 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.12 |
| HSL | 16.49º | 0.68% | 0.62% | - |
| HSV(B) | 16.49º | 0.58% | 0.88% | - |
| XYZ | 40.57 | 32.34 | 14.46 | - |
| YUV | 153.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 93 | 0 | 0.42 | 0.58 | 0.12 | 16.49 | 0.68 | 0.62 |
| Hex | E0 | 81 | 5D | 0 | 2A | 3A | C | 10 | 44 | 3E |
| Octal | 340 | 201 | 135 | 0 | 52 | 72 | 14 | 20 | 104 | 76 |
| Binary | 11100000 | 10000001 | 1011101 | 0 | 101010 | 111010 | 1100 | 10000 | 1000100 | 111110 |
Color Harmonies of #E0815D
Complementary color
Monochromatic Colors of #E0815D
Black with #E0815D
Text Example
Text Example
White with #E0815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0815D; }
p { color: rgb(224,129,93); }
H1.HeaderClassName
{
color: #E0815D;
}
.AnyTagClassName
{
color: #E0815D;
}
</style>
background-color css
<style>
a { background-color: #E0815D; }
a { background-color: rgb(224,129,93); }
div.DivClassName
{
background-color: #E0815D;
}
.BgClassName
{
background-color: #E0815D;
}
</style>
border-color css
<style>
span { border-color: #E0815D; }
span { border-color: rgb(224,129,93); }
td.TdClassName
{
border-color: #E0815D;
}
.TagClassName
{
border-color: #E0815D;
}
</style>