Html Css Color HEX #E5A395 Tonys Pink

📋 copy color: '#E5A395'

red 229 ◦ green 163 ◦ blue 149

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

Shades of Tonys Pink #E5A395

Tints of Tonys Pink #E5A395

RGB

 RED value IS 229 (89.84% from 255) = 42.33%

 GREEN value IS 163 (64.06% from 255) = 30.13%

 BLUE value IS 149 (58.59% from 255) = 27.54%

R = 42.33%
G = 30.13%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5A395 (or 0xE5A395) is known color: Tonys Pink. HEX triplet: E5, A3 and 95. RGB value is (229,163,149). Sum of RGB (Red+Green+Blue) = 229+163+149=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A395 is #1A5C6A. Grayscale: #B5B5B5. Windows color (decimal): -1727595 or 9806821. OLE color: 9806821.

HSL color Cylindrical-coordinate representation of color #E5A395: hue angle of 10.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A395 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 163 149 -
CMYK 0 0.29 0.35 0.10
HSL 10.5º 0.61% 0.74% -
HSV(B) 10.5º 0.35% 0.9% -
XYZ 50.84 45.02 34.44 -
YUV 181.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 229 163 149 0 0.29 0.35 0.10 10.5 0.61 0.74
Hex E5 A3 95 0 1D 23 A A 3D 4A
Octal 345 243 225 0 35 43 12 12 75 112
Binary 11100101 10100011 10010101 0 11101 100011 1010 1010 111101 1001010

Color Harmonies of #E5A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A395

Black with #E5A395

Text Example


Text Example

White with #E5A395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A395; }

 p { color: rgb(229,163,149); }

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

background-color css

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

 a { background-color: rgb(229,163,149); }

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

border-color css

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

 span { border-color: rgb(229,163,149); }

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