Html Css Color HEX #E1A492 Tonys Pink

📋 copy color: '#E1A492'

red 225 ◦ green 164 ◦ blue 146

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

Shades of Tonys Pink #E1A492

Tints of Tonys Pink #E1A492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.29%

R = 42.06%
G = 30.65%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E1A492 (or 0xE1A492) is known color: Tonys Pink. HEX triplet: E1, A4 and 92. RGB value is (225,164,146). Sum of RGB (Red+Green+Blue) = 225+164+146=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A492 is #1E5B6D. Grayscale: #B4B4B4. Windows color (decimal): -1989486 or 9610465. OLE color: 9610465.

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

Color convert

RGB 225 164 146 -
CMYK 0 0.27 0.35 0.12
HSL 13.67º 0.57% 0.73% -
HSV(B) 13.67º 0.35% 0.88% -
XYZ 49.52 44.63 33.2 -
YUV 180.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 225 164 146 0 0.27 0.35 0.12 13.67 0.57 0.73
Hex E1 A4 92 0 1B 23 C E 39 49
Octal 341 244 222 0 33 43 14 16 71 111
Binary 11100001 10100100 10010010 0 11011 100011 1100 1110 111001 1001001

Color Harmonies of #E1A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A492

Black with #E1A492

Text Example


Text Example

White with #E1A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A492; }

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

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

background-color css

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

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

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

border-color css

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

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

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