#E0916E

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

Shades of Copper #E0916E

Tints of Copper #E0916E

Color information

#E0916E (or 0xE0916E) is unknown color: approx Copper. HEX triplet: E0, 91 and 6E. RGB value is (224,145,110). Sum of RGB (Red+Green+Blue) = 224+145+110=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0916E is #1F6E91. Grayscale: #A4A4A4. Windows color (decimal): -2059922 or 7246304. OLE color: 7246304.

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

Color convert

RGB224145110-
CMYK00.350.510.12
HSL18.42º64.77%65.49%-
HSV(B)18.42º50.89%87.84%-
XYZ43.6837.2219.63-
YUV164.6397.17170.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=46.76%
G=30.27%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414511000.350.510.1218.4264.7765.49
HexE0916E02333C124141
Octal340221156043631422101101
Binary11100000100100011101110010001111001111001001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0916E; }

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

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

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

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

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

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

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

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