#E0A092

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

Shades of Tonys Pink #E0A092

Tints of Tonys Pink #E0A092

Color information

#E0A092 (or 0xE0A092) is unknown color: approx Tonys Pink. HEX triplet: E0, A0 and 92. RGB value is (224,160,146). Sum of RGB (Red+Green+Blue) = 224+160+146=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A092 is #1F5F6D. Grayscale: #B1B1B1. Windows color (decimal): -2056046 or 9609440. OLE color: 9609440.

HSL color Cylindrical-coordinate representation of color #E0A092: hue angle of 10.77º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A092 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224160146-
CMYK00.290.350.12
HSL10.77º55.71%72.55%-
HSV(B)10.77º34.82%87.84%-
XYZ48.543.0632.95-
YUV177.54110.2161.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=42.26%
G=30.19%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416014600.290.350.1210.7755.7172.55
HexE0A09201D23Cb3849
Octal34024022203543141370111
Binary111000001010000010010010011101100011110010111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A092; }

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

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

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

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

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

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

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

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