Html Css Color HEX #E1946E Copper

📋 copy color: '#E1946E'

red 225 ◦ green 148 ◦ blue 110

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

Shades of Copper #E1946E

Tints of Copper #E1946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.64%

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 46.58%
G = 30.64%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1946E (or 0xE1946E) is known color: Copper. HEX triplet: E1, 94 and 6E. RGB value is (225,148,110). Sum of RGB (Red+Green+Blue) = 225+148+110=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1946E is #1E6B91. Grayscale: #A6A6A6. Windows color (decimal): -1993618 or 7247073. OLE color: 7247073.

HSL color Cylindrical-coordinate representation of color #E1946E: hue angle of 19.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1946E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 110 -
CMYK 0 0.34 0.51 0.12
HSL 19.83º 0.66% 0.66% -
HSV(B) 19.83º 0.51% 0.88% -
XYZ 44.46 38.31 19.8 -
YUV 166.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 225 148 110 0 0.34 0.51 0.12 19.83 0.66 0.66
Hex E1 94 6E 0 22 33 C 14 42 42
Octal 341 224 156 0 42 63 14 24 102 102
Binary 11100001 10010100 1101110 0 100010 110011 1100 10100 1000010 1000010

Color Harmonies of #E1946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1946E

Black with #E1946E

Text Example


Text Example

White with #E1946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1946E; }

 p { color: rgb(225,148,110); }

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

background-color css

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

 a { background-color: rgb(225,148,110); }

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

border-color css

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

 span { border-color: rgb(225,148,110); }

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