Html Css Color HEX #E1815A Copper

📋 copy color: '#E1815A'

red 225 ◦ green 129 ◦ blue 90

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

Shades of Copper #E1815A

Tints of Copper #E1815A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 50.68%
G = 29.05%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1815A (or 0xE1815A) is known color: Copper. HEX triplet: E1, 81 and 5A. RGB value is (225,129,90). Sum of RGB (Red+Green+Blue) = 225+129+90=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1815A is #1E7EA5. Grayscale: #999999. Windows color (decimal): -1998502 or 5931489. OLE color: 5931489.

HSL color Cylindrical-coordinate representation of color #E1815A: hue angle of 17.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1815A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 129 90 -
CMYK 0 0.43 0.60 0.12
HSL 17.33º 0.69% 0.62% -
HSV(B) 17.33º 0.6% 0.88% -
XYZ 40.75 32.45 13.79 -
YUV 153.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 225 129 90 0 0.43 0.60 0.12 17.33 0.69 0.62
Hex E1 81 5A 0 2B 3C C 11 45 3E
Octal 341 201 132 0 53 74 14 21 105 76
Binary 11100001 10000001 1011010 0 101011 111100 1100 10001 1000101 111110

Color Harmonies of #E1815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1815A

Black with #E1815A

Text Example


Text Example

White with #E1815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1815A; }

 p { color: rgb(225,129,90); }

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

background-color css

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

 a { background-color: rgb(225,129,90); }

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

border-color css

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

 span { border-color: rgb(225,129,90); }

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