Html Css Color HEX #E0A391 Tonys Pink

📋 copy color: '#E0A391'

red 224 ◦ green 163 ◦ blue 145

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

Shades of Tonys Pink #E0A391

Tints of Tonys Pink #E0A391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 42.11%
G = 30.64%
B = 27.26%

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

#E0A391 (or 0xE0A391) is known color: Tonys Pink. HEX triplet: E0, A3 and 91. RGB value is (224,163,145). Sum of RGB (Red+Green+Blue) = 224+163+145=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A391 is #1F5C6E. Grayscale: #B3B3B3. Windows color (decimal): -2055279 or 9544672. OLE color: 9544672.

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

Color convert

RGB 224 163 145 -
CMYK 0 0.27 0.35 0.12
HSL 13.67º 0.56% 0.72% -
HSV(B) 13.67º 0.35% 0.88% -
XYZ 48.95 44.09 32.72 -
YUV 179.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 224 163 145 0 0.27 0.35 0.12 13.67 0.56 0.72
Hex E0 A3 91 0 1B 23 C E 38 48
Octal 340 243 221 0 33 43 14 16 70 110
Binary 11100000 10100011 10010001 0 11011 100011 1100 1110 111000 1001000

Color Harmonies of #E0A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A391

Black with #E0A391

Text Example


Text Example

White with #E0A391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A391; }

 p { color: rgb(224,163,145); }

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

background-color css

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

 a { background-color: rgb(224,163,145); }

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

border-color css

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

 span { border-color: rgb(224,163,145); }

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