#E0A491

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

Shades of Tonys Pink #E0A491

Tints of Tonys Pink #E0A491

Color information

#E0A491 (or 0xE0A491) is unknown color: approx Tonys Pink. HEX triplet: E0, A4 and 91. RGB value is (224,164,145). Sum of RGB (Red+Green+Blue) = 224+164+145=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A491 is #1F5B6E. Grayscale: #B3B3B3. Windows color (decimal): -2055023 or 9544928. OLE color: 9544928.

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

Color convert

RGB224164145-
CMYK00.270.350.12
HSL14.43º56.03%72.35%-
HSV(B)14.43º35.27%87.84%-
XYZ49.1344.4432.78-
YUV179.77108.38159.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=42.03%
G=30.77%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416414500.270.350.1214.4356.0372.35
HexE0A49101B23Ce3848
Octal34024422103343141670110
Binary111000001010010010010001011011100011110011101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A491; }

 p { color: rgb(224,164,145); }

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

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

 a { background-color: rgb(224,164,145); }

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

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

 span { border-color: rgb(224,164,145); }

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