Html Css Color HEX #E1A890 Tonys Pink

📋 copy color: '#E1A890'

red 225 ◦ green 168 ◦ blue 144

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

Shades of Tonys Pink #E1A890

Tints of Tonys Pink #E1A890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.82%

R = 41.9%
G = 31.28%
B = 26.82%

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

#E1A890 (or 0xE1A890) is known color: Tonys Pink. HEX triplet: E1, A8 and 90. RGB value is (225,168,144). Sum of RGB (Red+Green+Blue) = 225+168+144=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A890 is #1E576F. Grayscale: #B6B6B6. Windows color (decimal): -1988464 or 9480417. OLE color: 9480417.

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

Color convert

RGB 225 168 144 -
CMYK 0 0.25 0.36 0.12
HSL 17.78º 0.57% 0.72% -
HSV(B) 17.78º 0.36% 0.88% -
XYZ 50.09 46.03 32.63 -
YUV 182.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 225 168 144 0 0.25 0.36 0.12 17.78 0.57 0.72
Hex E1 A8 90 0 19 24 C 12 39 48
Octal 341 250 220 0 31 44 14 22 71 110
Binary 11100001 10101000 10010000 0 11001 100100 1100 10010 111001 1001000

Color Harmonies of #E1A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A890

Black with #E1A890

Text Example


Text Example

White with #E1A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A890; }

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

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

background-color css

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

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

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

border-color css

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

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

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