Html Css Color HEX #E0A087 Tonys Pink

📋 copy color: '#E0A087'

red 224 ◦ green 160 ◦ blue 135

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

Shades of Tonys Pink #E0A087

Tints of Tonys Pink #E0A087

RGB

 RED value IS 224 (87.89% from 255) = 43.16%

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 135 (53.13% from 255) = 26.01%

R = 43.16%
G = 30.83%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E0A087 (or 0xE0A087) is known color: Tonys Pink. HEX triplet: E0, A0 and 87. RGB value is (224,160,135). Sum of RGB (Red+Green+Blue) = 224+160+135=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A087 is #1F5F78. Grayscale: #B0B0B0. Windows color (decimal): -2056057 or 8888544. OLE color: 8888544.

HSL color Cylindrical-coordinate representation of color #E0A087: hue angle of 16.85º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0A087 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 135 -
CMYK 0 0.29 0.40 0.12
HSL 16.85º 0.59% 0.7% -
HSV(B) 16.85º 0.4% 0.88% -
XYZ 47.68 42.74 28.66 -
YUV 176.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 224 160 135 0 0.29 0.40 0.12 16.85 0.59 0.7
Hex E0 A0 87 0 1D 28 C 11 3B 46
Octal 340 240 207 0 35 50 14 21 73 106
Binary 11100000 10100000 10000111 0 11101 101000 1100 10001 111011 1000110

Color Harmonies of #E0A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A087

Black with #E0A087

Text Example


Text Example

White with #E0A087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A087; }

 p { color: rgb(224,160,135); }

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

background-color css

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

 a { background-color: rgb(224,160,135); }

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

border-color css

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

 span { border-color: rgb(224,160,135); }

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