#E0A08F

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

Shades of Tonys Pink #E0A08F

Tints of Tonys Pink #E0A08F

Color information

#E0A08F (or 0xE0A08F) is unknown color: approx Tonys Pink. HEX triplet: E0, A0 and 8F. RGB value is (224,160,143). Sum of RGB (Red+Green+Blue) = 224+160+143=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A08F is #1F5F70. Grayscale: #B1B1B1. Windows color (decimal): -2056049 or 9412832. OLE color: 9412832.

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

Color convert

RGB224160143-
CMYK00.290.360.12
HSL12.59º56.64%71.96%-
HSV(B)12.59º36.16%87.84%-
XYZ48.2742.9731.74-
YUV177.2108.7161.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=42.50%
G=30.36%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416014300.290.360.1212.5956.6471.96
HexE0A08F01D24Cd3948
Octal34024021703544141571110
Binary111000001010000010001111011101100100110011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A08F; }

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

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

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

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

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

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

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

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