Html Css Color HEX #E2A084 Tonys Pink

📋 copy color: '#E2A084'

red 226 ◦ green 160 ◦ blue 132

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

Shades of Tonys Pink #E2A084

Tints of Tonys Pink #E2A084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 43.63%
G = 30.89%
B = 25.48%

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

#E2A084 (or 0xE2A084) is known color: Tonys Pink. HEX triplet: E2, A0 and 84. RGB value is (226,160,132). Sum of RGB (Red+Green+Blue) = 226+160+132=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A084 is #1D5F7B. Grayscale: #B0B0B0. Windows color (decimal): -1924988 or 8691938. OLE color: 8691938.

HSL color Cylindrical-coordinate representation of color #E2A084: hue angle of 17.87º 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 #E2A084 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 160 132 -
CMYK 0 0.29 0.42 0.11
HSL 17.87º 0.62% 0.7% -
HSV(B) 17.87º 0.42% 0.89% -
XYZ 48.1 42.98 27.59 -
YUV 176.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 226 160 132 0 0.29 0.42 0.11 17.87 0.62 0.7
Hex E2 A0 84 0 1D 2A B 12 3E 46
Octal 342 240 204 0 35 52 13 22 76 106
Binary 11100010 10100000 10000100 0 11101 101010 1011 10010 111110 1000110

Color Harmonies of #E2A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A084

Black with #E2A084

Text Example


Text Example

White with #E2A084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A084; }

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

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

background-color css

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

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

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

border-color css

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

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

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