Html Css Color HEX #E0A38E Tonys Pink

📋 copy color: '#E0A38E'

red 224 ◦ green 163 ◦ blue 142

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

Shades of Tonys Pink #E0A38E

Tints of Tonys Pink #E0A38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 42.34%
G = 30.81%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0A38E (or 0xE0A38E) is known color: Tonys Pink. HEX triplet: E0, A3 and 8E. RGB value is (224,163,142). Sum of RGB (Red+Green+Blue) = 224+163+142=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A38E is #1F5C71. Grayscale: #B2B2B2. Windows color (decimal): -2055282 or 9348064. OLE color: 9348064.

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

Color convert

RGB 224 163 142 -
CMYK 0 0.27 0.37 0.12
HSL 15.37º 0.57% 0.72% -
HSV(B) 15.37º 0.37% 0.88% -
XYZ 48.72 43.99 31.52 -
YUV 178.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 224 163 142 0 0.27 0.37 0.12 15.37 0.57 0.72
Hex E0 A3 8E 0 1B 25 C F 39 48
Octal 340 243 216 0 33 45 14 17 71 110
Binary 11100000 10100011 10001110 0 11011 100101 1100 1111 111001 1001000

Color Harmonies of #E0A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A38E

Black with #E0A38E

Text Example


Text Example

White with #E0A38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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