Html Css Color HEX #E1A991 Tonys Pink

📋 copy color: '#E1A991'

red 225 ◦ green 169 ◦ blue 145

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

Shades of Tonys Pink #E1A991

Tints of Tonys Pink #E1A991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

 BLUE value IS 145 (57.03% from 255) = 26.9%

R = 41.74%
G = 31.35%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1A991 (or 0xE1A991) is known color: Tonys Pink. HEX triplet: E1, A9 and 91. RGB value is (225,169,145). Sum of RGB (Red+Green+Blue) = 225+169+145=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A991 is #1E566E. Grayscale: #B7B7B7. Windows color (decimal): -1988207 or 9546209. OLE color: 9546209.

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

Color convert

RGB 225 169 145 -
CMYK 0 0.25 0.36 0.12
HSL 18º 0.57% 0.73% -
HSV(B) 18º 0.36% 0.88% -
XYZ 50.35 46.43 33.1 -
YUV 183.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 225 169 145 0 0.25 0.36 0.12 18 0.57 0.73
Hex E1 A9 91 0 19 24 C 12 39 49
Octal 341 251 221 0 31 44 14 22 71 111
Binary 11100001 10101001 10010001 0 11001 100100 1100 10010 111001 1001001

Color Harmonies of #E1A991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A991

Black with #E1A991

Text Example


Text Example

White with #E1A991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A991; }

 p { color: rgb(225,169,145); }

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

background-color css

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

 a { background-color: rgb(225,169,145); }

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

border-color css

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

 span { border-color: rgb(225,169,145); }

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