#E0A18F

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

Shades of Tonys Pink #E0A18F

Tints of Tonys Pink #E0A18F

Color information

#E0A18F (or 0xE0A18F) is unknown color: approx Tonys Pink. HEX triplet: E0, A1 and 8F. RGB value is (224,161,143). Sum of RGB (Red+Green+Blue) = 224+161+143=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A18F is #1F5E70. Grayscale: #B1B1B1. Windows color (decimal): -2055793 or 9413088. OLE color: 9413088.

HSL color Cylindrical-coordinate representation of color #E0A18F: hue angle of 13.33º degrees, saturation: 0.57, 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 #E0A18F is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224161143-
CMYK00.280.360.12
HSL13.33º56.64%71.96%-
HSV(B)13.33º36.16%87.84%-
XYZ48.4443.3231.8-
YUV177.78108.37160.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=42.42%
G=30.49%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416114300.280.360.1213.3356.6471.96
HexE0A18F01C24Cd3948
Octal34024121703444141571110
Binary111000001010000110001111011100100100110011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A18F; }

 p { color: rgb(224,161,143); }

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

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

 a { background-color: rgb(224,161,143); }

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

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

 span { border-color: rgb(224,161,143); }

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