Html Css Color HEX #E1A491 Tonys Pink

📋 copy color: '#E1A491'

red 225 ◦ green 164 ◦ blue 145

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

Shades of Tonys Pink #E1A491

Tints of Tonys Pink #E1A491

RGB

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

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

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

R = 42.13%
G = 30.71%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1A491 (or 0xE1A491) is known color: Tonys Pink. HEX triplet: E1, A4 and 91. RGB value is (225,164,145). Sum of RGB (Red+Green+Blue) = 225+164+145=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A491 is #1E5B6E. Grayscale: #B4B4B4. Windows color (decimal): -1989487 or 9544929. OLE color: 9544929.

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

Color convert

RGB 225 164 145 -
CMYK 0 0.27 0.36 0.12
HSL 14.25º 0.57% 0.73% -
HSV(B) 14.25º 0.36% 0.88% -
XYZ 49.44 44.6 32.79 -
YUV 180.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 225 164 145 0 0.27 0.36 0.12 14.25 0.57 0.73
Hex E1 A4 91 0 1B 24 C E 39 49
Octal 341 244 221 0 33 44 14 16 71 111
Binary 11100001 10100100 10010001 0 11011 100100 1100 1110 111001 1001001

Color Harmonies of #E1A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A491

Black with #E1A491

Text Example


Text Example

White with #E1A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A491; }

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

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

background-color css

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

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

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

border-color css

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

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

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