Html Css Color HEX #E2A18D Tonys Pink

📋 copy color: '#E2A18D'

red 226 ◦ green 161 ◦ blue 141

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

Shades of Tonys Pink #E2A18D

Tints of Tonys Pink #E2A18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.49%

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 42.8%
G = 30.49%
B = 26.7%

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

#E2A18D (or 0xE2A18D) is known color: Tonys Pink. HEX triplet: E2, A1 and 8D. RGB value is (226,161,141). Sum of RGB (Red+Green+Blue) = 226+161+141=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A18D is #1D5E72. Grayscale: #B2B2B2. Windows color (decimal): -1924723 or 9282018. OLE color: 9282018.

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

Color convert

RGB 226 161 141 -
CMYK 0 0.29 0.38 0.11
HSL 14.12º 0.59% 0.72% -
HSV(B) 14.12º 0.38% 0.89% -
XYZ 48.92 43.58 31.03 -
YUV 178.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 226 161 141 0 0.29 0.38 0.11 14.12 0.59 0.72
Hex E2 A1 8D 0 1D 26 B E 3B 48
Octal 342 241 215 0 35 46 13 16 73 110
Binary 11100010 10100001 10001101 0 11101 100110 1011 1110 111011 1001000

Color Harmonies of #E2A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A18D

Black with #E2A18D

Text Example


Text Example

White with #E2A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A18D; }

 p { color: rgb(226,161,141); }

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

background-color css

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

 a { background-color: rgb(226,161,141); }

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

border-color css

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

 span { border-color: rgb(226,161,141); }

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