Html Css Color HEX #E0A48D Tonys Pink

📋 copy color: '#E0A48D'

red 224 ◦ green 164 ◦ blue 141

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

Shades of Tonys Pink #E0A48D

Tints of Tonys Pink #E0A48D

RGB

 RED value IS 224 (87.89% from 255) = 42.34%

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

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

R = 42.34%
G = 31%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0A48D (or 0xE0A48D) is known color: Tonys Pink. HEX triplet: E0, A4 and 8D. RGB value is (224,164,141). Sum of RGB (Red+Green+Blue) = 224+164+141=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A48D is #1F5B72. Grayscale: #B3B3B3. Windows color (decimal): -2055027 or 9282784. OLE color: 9282784.

HSL color Cylindrical-coordinate representation of color #E0A48D: hue angle of 16.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0A48D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 164 141 -
CMYK 0 0.27 0.37 0.12
HSL 16.63º 0.57% 0.72% -
HSV(B) 16.63º 0.37% 0.88% -
XYZ 48.82 44.32 31.18 -
YUV 179.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 224 164 141 0 0.27 0.37 0.12 16.63 0.57 0.72
Hex E0 A4 8D 0 1B 25 C 11 39 48
Octal 340 244 215 0 33 45 14 21 71 110
Binary 11100000 10100100 10001101 0 11011 100101 1100 10001 111001 1001000

Color Harmonies of #E0A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A48D

Black with #E0A48D

Text Example


Text Example

White with #E0A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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