#E6A398

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

Shades of Tonys Pink #E6A398

Tints of Tonys Pink #E6A398

Color information

#E6A398 (or 0xE6A398) is unknown color: approx Tonys Pink. HEX triplet: E6, A3 and 98. RGB value is (230,163,152). Sum of RGB (Red+Green+Blue) = 230+163+152=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A398 is #195C67. Grayscale: #B5B5B5. Windows color (decimal): -1662056 or 10003430. OLE color: 10003430.

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

Color convert

RGB230163152-
CMYK00.290.340.10
HSL8.46º60.94%74.9%-
HSV(B)8.46º33.91%90.2%-
XYZ51.445.2835.74-
YUV181.78111.2162.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=42.20%
G=29.91%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016315200.290.340.108.4660.9474.9
HexE6A39801D22A83d4b
Octal34624323003542121075113
Binary111001101010001110011000011101100010101010001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A398; }

 p { color: rgb(230,163,152); }

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

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

 a { background-color: rgb(230,163,152); }

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

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

 span { border-color: rgb(230,163,152); }

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