#E1916E

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

Shades of Copper #E1916E

Tints of Copper #E1916E

Color information

#E1916E (or 0xE1916E) is unknown color: approx Copper. HEX triplet: E1, 91 and 6E. RGB value is (225,145,110). Sum of RGB (Red+Green+Blue) = 225+145+110=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1916E is #1E6E91. Grayscale: #A5A5A5. Windows color (decimal): -1994386 or 7246305. OLE color: 7246305.

HSL color Cylindrical-coordinate representation of color #E1916E: hue angle of 18.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1916E is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225145110-
CMYK00.360.510.12
HSL18.26º65.71%65.69%-
HSV(B)18.26º51.11%88.24%-
XYZ43.9937.3819.65-
YUV164.9397170.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.88%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=46.88%
G=30.21%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514511000.360.510.1218.2665.7165.69
HexE1916E02433C124242
Octal341221156044631422102102
Binary11100001100100011101110010010011001111001001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1916E; }

 p { color: rgb(225,145,110); }

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

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

 a { background-color: rgb(225,145,110); }

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

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

 span { border-color: rgb(225,145,110); }

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