Html Css Color HEX #E1A992 Tonys Pink

📋 copy color: '#E1A992'

red 225 ◦ green 169 ◦ blue 146

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

Shades of Tonys Pink #E1A992

Tints of Tonys Pink #E1A992

RGB

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

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

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

R = 41.67%
G = 31.3%
B = 27.04%

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

#E1A992 (or 0xE1A992) is known color: Tonys Pink. HEX triplet: E1, A9 and 92. RGB value is (225,169,146). Sum of RGB (Red+Green+Blue) = 225+169+146=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A992 is #1E566D. Grayscale: #B7B7B7. Windows color (decimal): -1988206 or 9611745. OLE color: 9611745.

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

Color convert

RGB 225 169 146 -
CMYK 0 0.25 0.35 0.12
HSL 17.47º 0.57% 0.73% -
HSV(B) 17.47º 0.35% 0.88% -
XYZ 50.43 46.46 33.5 -
YUV 183.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 225 169 146 0 0.25 0.35 0.12 17.47 0.57 0.73
Hex E1 A9 92 0 19 23 C 11 39 49
Octal 341 251 222 0 31 43 14 21 71 111
Binary 11100001 10101001 10010010 0 11001 100011 1100 10001 111001 1001001

Color Harmonies of #E1A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A992

Black with #E1A992

Text Example


Text Example

White with #E1A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A992; }

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

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

background-color css

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

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

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

border-color css

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

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

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