Html Css Color HEX #E2A48D Tonys Pink

📋 copy color: '#E2A48D'

red 226 ◦ green 164 ◦ blue 141

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

Shades of Tonys Pink #E2A48D

Tints of Tonys Pink #E2A48D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.89%

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

R = 42.56%
G = 30.89%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2A48D (or 0xE2A48D) is known color: Tonys Pink. HEX triplet: E2, A4 and 8D. RGB value is (226,164,141). Sum of RGB (Red+Green+Blue) = 226+164+141=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A48D is #1D5B72. Grayscale: #B4B4B4. Windows color (decimal): -1923955 or 9282786. OLE color: 9282786.

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

Color convert

RGB 226 164 141 -
CMYK 0 0.27 0.38 0.11
HSL 16.24º 0.59% 0.72% -
HSV(B) 16.24º 0.38% 0.89% -
XYZ 49.45 44.64 31.21 -
YUV 179.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 226 164 141 0 0.27 0.38 0.11 16.24 0.59 0.72
Hex E2 A4 8D 0 1B 26 B 10 3B 48
Octal 342 244 215 0 33 46 13 20 73 110
Binary 11100010 10100100 10001101 0 11011 100110 1011 10000 111011 1001000

Color Harmonies of #E2A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A48D

Black with #E2A48D

Text Example


Text Example

White with #E2A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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