#E6A893

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

Shades of Tonys Pink #E6A893

Tints of Tonys Pink #E6A893

Color information

#E6A893 (or 0xE6A893) is unknown color: approx Tonys Pink. HEX triplet: E6, A8 and 93. RGB value is (230,168,147). Sum of RGB (Red+Green+Blue) = 230+168+147=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A893 is #19576C. Grayscale: #B8B8B8. Windows color (decimal): -1660781 or 9677030. OLE color: 9677030.

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

Color convert

RGB230168147-
CMYK00.270.360.10
HSL15.18º62.41%73.92%-
HSV(B)15.18º36.09%90.2%-
XYZ51.946.9333.93-
YUV184.14107.04160.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=42.20%
G=30.83%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016814700.270.360.1015.1862.4173.92
HexE6A89301B24Af3e4a
Octal34625022303344121776112
Binary111001101010100010010011011011100100101011111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A893; }

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

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

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

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

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

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

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

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