Html Css Color HEX #E2A08B Tonys Pink

📋 copy color: '#E2A08B'

red 226 ◦ green 160 ◦ blue 139

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

Shades of Tonys Pink #E2A08B

Tints of Tonys Pink #E2A08B

RGB

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

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

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

R = 43.05%
G = 30.48%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2A08B (or 0xE2A08B) is known color: Tonys Pink. HEX triplet: E2, A0 and 8B. RGB value is (226,160,139). Sum of RGB (Red+Green+Blue) = 226+160+139=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A08B is #1D5F74. Grayscale: #B1B1B1. Windows color (decimal): -1924981 or 9150690. OLE color: 9150690.

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

Color convert

RGB 226 160 139 -
CMYK 0 0.29 0.38 0.11
HSL 14.48º 0.6% 0.72% -
HSV(B) 14.48º 0.38% 0.89% -
XYZ 48.6 43.17 30.2 -
YUV 177.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 226 160 139 0 0.29 0.38 0.11 14.48 0.6 0.72
Hex E2 A0 8B 0 1D 26 B E 3C 48
Octal 342 240 213 0 35 46 13 16 74 110
Binary 11100010 10100000 10001011 0 11101 100110 1011 1110 111100 1001000

Color Harmonies of #E2A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A08B

Black with #E2A08B

Text Example


Text Example

White with #E2A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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