Html Css Color HEX #E1815C Copper

📋 copy color: '#E1815C'

red 225 ◦ green 129 ◦ blue 92

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

Shades of Copper #E1815C

Tints of Copper #E1815C

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 value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1815C (or 0xE1815C) is known color: 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

RGB 225 129 92 -
CMYK 0 0.43 0.59 0.12
HSL 16.69º 0.69% 0.62% -
HSV(B) 16.69º 0.59% 0.88% -
XYZ 40.83 32.48 14.24 -
YUV 153.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 225 129 92 0 0.43 0.59 0.12 16.69 0.69 0.62
Hex E1 81 5C 0 2B 3B C 11 45 3E
Octal 341 201 134 0 53 73 14 21 105 76
Binary 11100001 10000001 1011100 0 101011 111011 1100 10001 1000101 111110

Color Harmonies of #E1815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1815C

Black with #E1815C

Text Example


Text Example

White with #E1815C

Text Example


Text Example

HTML Codes & Css Web 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>