Html Css Color HEX #E1A993 Tonys Pink

📋 copy color: '#E1A993'

red 225 ◦ green 169 ◦ blue 147

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

Shades of Tonys Pink #E1A993

Tints of Tonys Pink #E1A993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.17%

R = 41.59%
G = 31.24%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E1A993 (or 0xE1A993) is known color: Tonys Pink. HEX triplet: E1, A9 and 93. RGB value is (225,169,147). Sum of RGB (Red+Green+Blue) = 225+169+147=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A993 is #1E566C. Grayscale: #B7B7B7. Windows color (decimal): -1988205 or 9677281. OLE color: 9677281.

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

Color convert

RGB 225 169 147 -
CMYK 0 0.25 0.35 0.12
HSL 16.92º 0.57% 0.73% -
HSV(B) 16.92º 0.35% 0.88% -
XYZ 50.51 46.49 33.92 -
YUV 183.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 225 169 147 0 0.25 0.35 0.12 16.92 0.57 0.73
Hex E1 A9 93 0 19 23 C 11 39 49
Octal 341 251 223 0 31 43 14 21 71 111
Binary 11100001 10101001 10010011 0 11001 100011 1100 10001 111001 1001001

Color Harmonies of #E1A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A993

Black with #E1A993

Text Example


Text Example

White with #E1A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A993; }

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

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

background-color css

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

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

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

border-color css

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

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

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