#E1815C

Color #E1815C Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #E1815C

Tints of Copper #E1815C

Color information

#E1815C (or 0xE1815C) is unknown color: approx Copper. HEX triplet: E1, 81 and 5C. RGB value is (225,129,92). Sum of RGB (Red+Green+Blue) = 225+129+92=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1815C is #1E7EA3. Grayscale: #999999. Windows color (decimal): -1998500 or 6062561. OLE color: 6062561.

HSL color Cylindrical-coordinate representation of color #E1815C: hue angle of 16.69º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1815C is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22512992-
CMYK00.430.590.12
HSL16.69º68.91%62.16%-
HSV(B)16.69º59.11%88.24%-
XYZ40.8332.4814.24-
YUV153.4993.3179.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=50.45%
G=28.92%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251299200.430.590.1216.6968.9162.16
HexE1815C02B3BC11453e
Octal34120113405373142110576
Binary1110000110000001101110001010111110111100100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1815C; }

 p { color: rgb(225,129,92); }

 H1.HeaderClassName
 {
   color: #E1815C;
 }
 .AnyTagClassName
 {
   color: #E1815C;
 }
</style>
background-color css

<style>
 a { background-color: #E1815C; }

 a { background-color: rgb(225,129,92); }

 div.DivClassName
 {
   background-color: #E1815C;
 }
 .BgClassName
 {
   background-color: #E1815C;
 }
</style>
border-color css

<style>
 span { border-color: #E1815C; }

 span { border-color: rgb(225,129,92); }

 td.TdClassName
 {
   border-color: #E1815C;
 }
 .TagClassName
 {
   border-color: #E1815C;
 }
</style>