#E6A491

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

Shades of Tonys Pink #E6A491

Tints of Tonys Pink #E6A491

Color information

#E6A491 (or 0xE6A491) is unknown color: approx Tonys Pink. HEX triplet: E6, A4 and 91. RGB value is (230,164,145). Sum of RGB (Red+Green+Blue) = 230+164+145=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A491 is #195B6E. Grayscale: #B5B5B5. Windows color (decimal): -1661807 or 9544934. OLE color: 9544934.

HSL color Cylindrical-coordinate representation of color #E6A491: hue angle of 13.41º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A491 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230164145-
CMYK00.290.370.10
HSL13.41º62.96%73.53%-
HSV(B)13.41º36.96%90.2%-
XYZ51.0245.4232.87-
YUV181.57107.37162.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 145 (57.03% from 255) = 26.90%
R=42.67%
G=30.43%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016414500.290.370.1013.4162.9673.53
HexE6A49101D25Ad3f4a
Octal34624422103545121577112
Binary111001101010010010010001011101100101101011011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A491; }

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

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

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

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

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

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

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

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