Html Css Color HEX #E1906E Copper

📋 copy color: '#E1906E'

red 225 ◦ green 144 ◦ blue 110

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

Shades of Copper #E1906E

Tints of Copper #E1906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.06%

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

R = 46.97%
G = 30.06%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1906E (or 0xE1906E) is known color: Copper. HEX triplet: E1, 90 and 6E. RGB value is (225,144,110). Sum of RGB (Red+Green+Blue) = 225+144+110=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1906E is #1E6F91. Grayscale: #A4A4A4. Windows color (decimal): -1994642 or 7246049. OLE color: 7246049.

HSL color Cylindrical-coordinate representation of color #E1906E: hue angle of 17.74º 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 #E1906E is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 110 -
CMYK 0 0.36 0.51 0.12
HSL 17.74º 0.66% 0.66% -
HSV(B) 17.74º 0.51% 0.88% -
XYZ 43.84 37.08 19.6 -
YUV 164.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 225 144 110 0 0.36 0.51 0.12 17.74 0.66 0.66
Hex E1 90 6E 0 24 33 C 12 42 42
Octal 341 220 156 0 44 63 14 22 102 102
Binary 11100001 10010000 1101110 0 100100 110011 1100 10010 1000010 1000010

Color Harmonies of #E1906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1906E

Black with #E1906E

Text Example


Text Example

White with #E1906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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