#E1916B

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

Shades of Copper #E1916B

Tints of Copper #E1916B

Color information

#E1916B (or 0xE1916B) is unknown color: approx 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

RGB225145107-
CMYK00.360.520.12
HSL19.32º66.29%65.1%-
HSV(B)19.32º52.44%88.24%-
XYZ43.8337.3218.8-
YUV164.5995.5171.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=47.17%
G=30.40%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514510700.360.520.1219.3266.2965.1
HexE1916B02434C134241
Octal341221153044641423102101
Binary11100001100100011101011010010011010011001001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>