#E0A38E

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

Shades of Tonys Pink #E0A38E

Tints of Tonys Pink #E0A38E

Color information

#E0A38E (or 0xE0A38E) is unknown color: approx 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

RGB224163142-
CMYK00.270.370.12
HSL15.37º56.94%71.76%-
HSV(B)15.37º36.61%87.84%-
XYZ48.7243.9931.52-
YUV178.84107.21160.21-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416314200.270.370.1215.3756.9471.76
HexE0A38E01B25Cf3948
Octal34024321603345141771110
Binary111000001010001110001110011011100101110011111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>