Html Css Color HEX #E1A48E Tonys Pink

📋 copy color: '#E1A48E'

red 225 ◦ green 164 ◦ blue 142

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

Shades of Tonys Pink #E1A48E

Tints of Tonys Pink #E1A48E

RGB

 RED value IS 225 (88.28% from 255) = 42.37%

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

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 42.37%
G = 30.89%
B = 26.74%

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

#E1A48E (or 0xE1A48E) is known color: Tonys Pink. HEX triplet: E1, A4 and 8E. RGB value is (225,164,142). Sum of RGB (Red+Green+Blue) = 225+164+142=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A48E is #1E5B71. Grayscale: #B3B3B3. Windows color (decimal): -1989490 or 9348321. OLE color: 9348321.

HSL color Cylindrical-coordinate representation of color #E1A48E: hue angle of 15.9º degrees, saturation: 0.58, 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 #E1A48E is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 164 142 -
CMYK 0 0.27 0.37 0.12
HSL 15.9º 0.58% 0.72% -
HSV(B) 15.9º 0.37% 0.88% -
XYZ 49.21 44.51 31.59 -
YUV 179.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 225 164 142 0 0.27 0.37 0.12 15.9 0.58 0.72
Hex E1 A4 8E 0 1B 25 C 10 3A 48
Octal 341 244 216 0 33 45 14 20 72 110
Binary 11100001 10100100 10001110 0 11011 100101 1100 10000 111010 1001000

Color Harmonies of #E1A48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A48E

Black with #E1A48E

Text Example


Text Example

White with #E1A48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A48E; }

 p { color: rgb(225,164,142); }

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

background-color css

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

 a { background-color: rgb(225,164,142); }

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

border-color css

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

 span { border-color: rgb(225,164,142); }

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