Html Css Color HEX #E1835E Copper

📋 copy color: '#E1835E'

red 225 ◦ green 131 ◦ blue 94

#E1835E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #E1835E

Tints of Copper #E1835E

RGB

 RED value IS 225 (88.28% from 255) = 50%

 GREEN value IS 131 (51.56% from 255) = 29.11%

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 50%
G = 29.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1835E (or 0xE1835E) is known color: Copper. HEX triplet: E1, 83 and 5E. RGB value is (225,131,94). Sum of RGB (Red+Green+Blue) = 225+131+94=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1835E is #1E7CA1. Grayscale: #9B9B9B. Windows color (decimal): -1997986 or 6194145. OLE color: 6194145.

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

Color convert

RGB 225 131 94 -
CMYK 0 0.42 0.58 0.12
HSL 16.95º 0.69% 0.63% -
HSV(B) 16.95º 0.58% 0.88% -
XYZ 41.19 33.05 14.8 -
YUV 154.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 225 131 94 0 0.42 0.58 0.12 16.95 0.69 0.63
Hex E1 83 5E 0 2A 3A C 11 45 3F
Octal 341 203 136 0 52 72 14 21 105 77
Binary 11100001 10000011 1011110 0 101010 111010 1100 10001 1000101 111111

Color Harmonies of #E1835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1835E

Black with #E1835E

Text Example


Text Example

White with #E1835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1835E; }

 p { color: rgb(225,131,94); }

 H1.HeaderClassName
 {
   color: #E1835E;
 }
 .AnyTagClassName
 {
   color: #E1835E;
 }
</style>

background-color css

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

 a { background-color: rgb(225,131,94); }

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

border-color css

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

 span { border-color: rgb(225,131,94); }

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