#E6A081

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

Shades of Tonys Pink #E6A081

Tints of Tonys Pink #E6A081

Color information

#E6A081 (or 0xE6A081) is unknown color: approx Tonys Pink. HEX triplet: E6, A0 and 81. RGB value is (230,160,129). Sum of RGB (Red+Green+Blue) = 230+160+129=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A081 is #195F7E. Grayscale: #B1B1B1. Windows color (decimal): -1662847 or 8495334. OLE color: 8495334.

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

Color convert

RGB230160129-
CMYK00.300.440.10
HSL18.42º66.89%70.39%-
HSV(B)18.42º43.91%90.2%-
XYZ49.1743.5526.58-
YUV177.4100.69165.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.32%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=44.32%
G=30.83%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016012900.300.440.1018.4266.8970.39
HexE6A08101E2CA124346
Octal346240201036541222103106
Binary11100110101000001000000101111010110010101001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A081; }

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

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

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

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

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

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

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

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