Html Css Color HEX #E0A890 Tonys Pink

📋 copy color: '#E0A890'

red 224 ◦ green 168 ◦ blue 144

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

Shades of Tonys Pink #E0A890

Tints of Tonys Pink #E0A890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 41.79%
G = 31.34%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0A890 (or 0xE0A890) is known color: Tonys Pink. HEX triplet: E0, A8 and 90. RGB value is (224,168,144). Sum of RGB (Red+Green+Blue) = 224+168+144=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A890 is #1F576F. Grayscale: #B6B6B6. Windows color (decimal): -2054000 or 9480416. OLE color: 9480416.

HSL color Cylindrical-coordinate representation of color #E0A890: hue angle of 18º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0A890 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 168 144 -
CMYK 0 0.25 0.36 0.12
HSL 18º 0.56% 0.72% -
HSV(B) 18º 0.36% 0.88% -
XYZ 49.78 45.87 32.62 -
YUV 182.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 224 168 144 0 0.25 0.36 0.12 18 0.56 0.72
Hex E0 A8 90 0 19 24 C 12 38 48
Octal 340 250 220 0 31 44 14 22 70 110
Binary 11100000 10101000 10010000 0 11001 100100 1100 10010 111000 1001000

Color Harmonies of #E0A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A890

Black with #E0A890

Text Example


Text Example

White with #E0A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A890; }

 p { color: rgb(224,168,144); }

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

background-color css

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

 a { background-color: rgb(224,168,144); }

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

border-color css

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

 span { border-color: rgb(224,168,144); }

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