Html Css Color HEX #E2A083 Tonys Pink

📋 copy color: '#E2A083'

red 226 ◦ green 160 ◦ blue 131

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

Shades of Tonys Pink #E2A083

Tints of Tonys Pink #E2A083

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 131 (51.56% from 255) = 25.34%

R = 43.71%
G = 30.95%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E2A083 (or 0xE2A083) is known color: Tonys Pink. HEX triplet: E2, A0 and 83. RGB value is (226,160,131). Sum of RGB (Red+Green+Blue) = 226+160+131=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A083 is #1D5F7C. Grayscale: #B0B0B0. Windows color (decimal): -1924989 or 8626402. OLE color: 8626402.

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

Color convert

RGB 226 160 131 -
CMYK 0 0.29 0.42 0.11
HSL 18.32º 0.62% 0.7% -
HSV(B) 18.32º 0.42% 0.89% -
XYZ 48.03 42.95 27.23 -
YUV 176.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 226 160 131 0 0.29 0.42 0.11 18.32 0.62 0.7
Hex E2 A0 83 0 1D 2A B 12 3E 46
Octal 342 240 203 0 35 52 13 22 76 106
Binary 11100010 10100000 10000011 0 11101 101010 1011 10010 111110 1000110

Color Harmonies of #E2A083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A083

Black with #E2A083

Text Example


Text Example

White with #E2A083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A083; }

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

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

background-color css

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

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

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

border-color css

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

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

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