#E6A083

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

Shades of Tonys Pink #E6A083

Tints of Tonys Pink #E6A083

Color information

#E6A083 (or 0xE6A083) is unknown color: approx Tonys Pink. HEX triplet: E6, A0 and 83. RGB value is (230,160,131). Sum of RGB (Red+Green+Blue) = 230+160+131=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A083 is #195F7C. Grayscale: #B1B1B1. Windows color (decimal): -1662845 or 8626406. OLE color: 8626406.

HSL color Cylindrical-coordinate representation of color #E6A083: hue angle of 17.58º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6A083 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230160131-
CMYK00.300.430.10
HSL17.58º66.44%70.78%-
HSV(B)17.58º43.04%90.2%-
XYZ49.343.627.29-
YUV177.62101.69165.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.15%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=44.15%
G=30.71%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016013100.300.430.1017.5866.4470.78
HexE6A08301E2BA124247
Octal346240203036531222102107
Binary11100110101000001000001101111010101110101001010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A083; }

 p { color: rgb(230,160,131); }

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

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

 a { background-color: rgb(230,160,131); }

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

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

 span { border-color: rgb(230,160,131); }

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