#E6A493

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

Shades of Tonys Pink #E6A493

Tints of Tonys Pink #E6A493

Color information

#E6A493 (or 0xE6A493) is unknown color: approx Tonys Pink. HEX triplet: E6, A4 and 93. RGB value is (230,164,147). Sum of RGB (Red+Green+Blue) = 230+164+147=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A493 is #195B6C. Grayscale: #B5B5B5. Windows color (decimal): -1661805 or 9676006. OLE color: 9676006.

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

Color convert

RGB230164147-
CMYK00.290.360.10
HSL12.29º62.41%73.92%-
HSV(B)12.29º36.09%90.2%-
XYZ51.1845.4833.69-
YUV181.8108.37162.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 147 (57.81% from 255) = 27.17%
R=42.51%
G=30.31%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016414700.290.360.1012.2962.4173.92
HexE6A49301D24Ac3e4a
Octal34624422303544121476112
Binary111001101010010010010011011101100100101011001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A493; }

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

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

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

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

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

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

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

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