Html Css Color HEX #E2A38B Tonys Pink

📋 copy color: '#E2A38B'

red 226 ◦ green 163 ◦ blue 139

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

Shades of Tonys Pink #E2A38B

Tints of Tonys Pink #E2A38B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.87%

 BLUE value IS 139 (54.69% from 255) = 26.33%

R = 42.8%
G = 30.87%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2A38B (or 0xE2A38B) is known color: Tonys Pink. HEX triplet: E2, A3 and 8B. RGB value is (226,163,139). Sum of RGB (Red+Green+Blue) = 226+163+139=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A38B is #1D5C74. Grayscale: #B3B3B3. Windows color (decimal): -1924213 or 9151458. OLE color: 9151458.

HSL color Cylindrical-coordinate representation of color #E2A38B: hue angle of 16.55º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2A38B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 163 139 -
CMYK 0 0.28 0.38 0.11
HSL 16.55º 0.6% 0.72% -
HSV(B) 16.55º 0.38% 0.89% -
XYZ 49.12 44.23 30.37 -
YUV 179.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 226 163 139 0 0.28 0.38 0.11 16.55 0.6 0.72
Hex E2 A3 8B 0 1C 26 B 11 3C 48
Octal 342 243 213 0 34 46 13 21 74 110
Binary 11100010 10100011 10001011 0 11100 100110 1011 10001 111100 1001000

Color Harmonies of #E2A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A38B

Black with #E2A38B

Text Example


Text Example

White with #E2A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A38B; }

 p { color: rgb(226,163,139); }

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

background-color css

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

 a { background-color: rgb(226,163,139); }

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

border-color css

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

 span { border-color: rgb(226,163,139); }

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