Html Css Color HEX #E1A592 Tonys Pink

📋 copy color: '#E1A592'

red 225 ◦ green 165 ◦ blue 146

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

Shades of Tonys Pink #E1A592

Tints of Tonys Pink #E1A592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

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

R = 41.98%
G = 30.78%
B = 27.24%

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

#E1A592 (or 0xE1A592) is known color: Tonys Pink. HEX triplet: E1, A5 and 92. RGB value is (225,165,146). Sum of RGB (Red+Green+Blue) = 225+165+146=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A592 is #1E5A6D. Grayscale: #B4B4B4. Windows color (decimal): -1989230 or 9610721. OLE color: 9610721.

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

Color convert

RGB 225 165 146 -
CMYK 0 0.27 0.35 0.12
HSL 14.43º 0.57% 0.73% -
HSV(B) 14.43º 0.35% 0.88% -
XYZ 49.69 44.99 33.26 -
YUV 180.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 225 165 146 0 0.27 0.35 0.12 14.43 0.57 0.73
Hex E1 A5 92 0 1B 23 C E 39 49
Octal 341 245 222 0 33 43 14 16 71 111
Binary 11100001 10100101 10010010 0 11011 100011 1100 1110 111001 1001001

Color Harmonies of #E1A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A592

Black with #E1A592

Text Example


Text Example

White with #E1A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A592; }

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

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

background-color css

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

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

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

border-color css

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

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

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