Html Css Color HEX #E5A894 Tonys Pink

📋 copy color: '#E5A894'

red 229 ◦ green 168 ◦ blue 148

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

Shades of Tonys Pink #E5A894

Tints of Tonys Pink #E5A894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 42.02%
G = 30.83%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5A894 (or 0xE5A894) is known color: Tonys Pink. HEX triplet: E5, A8 and 94. RGB value is (229,168,148). Sum of RGB (Red+Green+Blue) = 229+168+148=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A894 is #1A576B. Grayscale: #B8B8B8. Windows color (decimal): -1726316 or 9742565. OLE color: 9742565.

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

Color convert

RGB 229 168 148 -
CMYK 0 0.27 0.35 0.10
HSL 14.81º 0.61% 0.74% -
HSV(B) 14.81º 0.35% 0.9% -
XYZ 51.66 46.8 34.33 -
YUV 183.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 229 168 148 0 0.27 0.35 0.10 14.81 0.61 0.74
Hex E5 A8 94 0 1B 23 A F 3D 4A
Octal 345 250 224 0 33 43 12 17 75 112
Binary 11100101 10101000 10010100 0 11011 100011 1010 1111 111101 1001010

Color Harmonies of #E5A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A894

Black with #E5A894

Text Example


Text Example

White with #E5A894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A894; }

 p { color: rgb(229,168,148); }

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

background-color css

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

 a { background-color: rgb(229,168,148); }

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

border-color css

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

 span { border-color: rgb(229,168,148); }

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