#E0A38A

Color #E0A38A Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #E0A38A

Tints of Tonys Pink #E0A38A

Color information

#E0A38A (or 0xE0A38A) is unknown color: approx Tonys Pink. HEX triplet: E0, A3 and 8A. RGB value is (224,163,138). Sum of RGB (Red+Green+Blue) = 224+163+138=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A38A is #1F5C75. Grayscale: #B2B2B2. Windows color (decimal): -2055286 or 9085920. OLE color: 9085920.

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

Color convert

RGB224163138-
CMYK00.270.380.12
HSL17.44º58.11%70.98%-
HSV(B)17.44º38.39%87.84%-
XYZ48.4343.8829.96-
YUV178.39105.21160.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=42.67%
G=31.05%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416313800.270.380.1217.4458.1170.98
HexE0A38A01B26C113a47
Octal34024321203346142172107
Binary1110000010100011100010100110111001101100100011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A38A; }

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

 H1.HeaderClassName
 {
   color: #E0A38A;
 }
 .AnyTagClassName
 {
   color: #E0A38A;
 }
</style>
background-color css

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

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

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

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

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

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