Html Css Color HEX #E2835D Copper

📋 copy color: '#E2835D'

red 226 ◦ green 131 ◦ blue 93

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

Shades of Copper #E2835D

Tints of Copper #E2835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 50.22%
G = 29.11%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2835D (or 0xE2835D) is known color: Copper. HEX triplet: E2, 83 and 5D. RGB value is (226,131,93). Sum of RGB (Red+Green+Blue) = 226+131+93=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2835D is #1D7CA2. Grayscale: #9B9B9B. Windows color (decimal): -1932451 or 6128610. OLE color: 6128610.

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

Color convert

RGB 226 131 93 -
CMYK 0 0.42 0.59 0.11
HSL 17.14º 0.7% 0.63% -
HSV(B) 17.14º 0.59% 0.89% -
XYZ 41.46 33.19 14.58 -
YUV 155.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 226 131 93 0 0.42 0.59 0.11 17.14 0.7 0.63
Hex E2 83 5D 0 2A 3B B 11 46 3F
Octal 342 203 135 0 52 73 13 21 106 77
Binary 11100010 10000011 1011101 0 101010 111011 1011 10001 1000110 111111

Color Harmonies of #E2835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2835D

Black with #E2835D

Text Example


Text Example

White with #E2835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2835D; }

 p { color: rgb(226,131,93); }

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

background-color css

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

 a { background-color: rgb(226,131,93); }

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

border-color css

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

 span { border-color: rgb(226,131,93); }

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