Html Css Color HEX #E2846A Copper

📋 copy color: '#E2846A'

red 226 ◦ green 132 ◦ blue 106

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

Shades of Copper #E2846A

Tints of Copper #E2846A

RGB

 RED value IS 226 (88.67% from 255) = 48.71%

 GREEN value IS 132 (51.95% from 255) = 28.45%

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 48.71%
G = 28.45%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2846A (or 0xE2846A) is known color: Copper. HEX triplet: E2, 84 and 6A. RGB value is (226,132,106). Sum of RGB (Red+Green+Blue) = 226+132+106=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2846A is #1D7B95. Grayscale: #9D9D9D. Windows color (decimal): -1932182 or 6980834. OLE color: 6980834.

HSL color Cylindrical-coordinate representation of color #E2846A: hue angle of 13º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2846A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 132 106 -
CMYK 0 0.42 0.53 0.11
HSL 13º 0.67% 0.65% -
HSV(B) 13º 0.53% 0.89% -
XYZ 42.22 33.71 17.92 -
YUV 157.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 226 132 106 0 0.42 0.53 0.11 13 0.67 0.65
Hex E2 84 6A 0 2A 35 B D 43 41
Octal 342 204 152 0 52 65 13 15 103 101
Binary 11100010 10000100 1101010 0 101010 110101 1011 1101 1000011 1000001

Color Harmonies of #E2846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2846A

Black with #E2846A

Text Example


Text Example

White with #E2846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2846A; }

 p { color: rgb(226,132,106); }

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

background-color css

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

 a { background-color: rgb(226,132,106); }

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

border-color css

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

 span { border-color: rgb(226,132,106); }

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