Html Css Color HEX #E1A68E Tonys Pink

📋 copy color: '#E1A68E'

red 225 ◦ green 166 ◦ blue 142

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

Shades of Tonys Pink #E1A68E

Tints of Tonys Pink #E1A68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

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

R = 42.21%
G = 31.14%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1A68E (or 0xE1A68E) is known color: Tonys Pink. HEX triplet: E1, A6 and 8E. RGB value is (225,166,142). Sum of RGB (Red+Green+Blue) = 225+166+142=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A68E is #1E5971. Grayscale: #B5B5B5. Windows color (decimal): -1988978 or 9348833. OLE color: 9348833.

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

Color convert

RGB 225 166 142 -
CMYK 0 0.26 0.37 0.12
HSL 17.35º 0.58% 0.72% -
HSV(B) 17.35º 0.37% 0.88% -
XYZ 49.57 45.23 31.71 -
YUV 180.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 225 166 142 0 0.26 0.37 0.12 17.35 0.58 0.72
Hex E1 A6 8E 0 1A 25 C 11 3A 48
Octal 341 246 216 0 32 45 14 21 72 110
Binary 11100001 10100110 10001110 0 11010 100101 1100 10001 111010 1001000

Color Harmonies of #E1A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A68E

Black with #E1A68E

Text Example


Text Example

White with #E1A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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