Html Css Color HEX #E1A88E Tonys Pink

📋 copy color: '#E1A88E'

red 225 ◦ green 168 ◦ blue 142

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

Shades of Tonys Pink #E1A88E

Tints of Tonys Pink #E1A88E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 42.06%
G = 31.4%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1A88E (or 0xE1A88E) is known color: Tonys Pink. HEX triplet: E1, A8 and 8E. RGB value is (225,168,142). Sum of RGB (Red+Green+Blue) = 225+168+142=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A88E is #1E5771. Grayscale: #B6B6B6. Windows color (decimal): -1988466 or 9349345. OLE color: 9349345.

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

Color convert

RGB 225 168 142 -
CMYK 0 0.25 0.37 0.12
HSL 18.8º 0.58% 0.72% -
HSV(B) 18.8º 0.37% 0.88% -
XYZ 49.94 45.97 31.83 -
YUV 182.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 225 168 142 0 0.25 0.37 0.12 18.8 0.58 0.72
Hex E1 A8 8E 0 19 25 C 13 3A 48
Octal 341 250 216 0 31 45 14 23 72 110
Binary 11100001 10101000 10001110 0 11001 100101 1100 10011 111010 1001000

Color Harmonies of #E1A88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A88E

Black with #E1A88E

Text Example


Text Example

White with #E1A88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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