#E8A081

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

Shades of Tonys Pink #E8A081

Tints of Tonys Pink #E8A081

Color information

#E8A081 (or 0xE8A081) is unknown color: approx Tonys Pink. HEX triplet: E8, A0 and 81. RGB value is (232,160,129). Sum of RGB (Red+Green+Blue) = 232+160+129=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A081 is #175F7E. Grayscale: #B2B2B2. Windows color (decimal): -1531775 or 8495336. OLE color: 8495336.

HSL color Cylindrical-coordinate representation of color #E8A081: hue angle of 18.06º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8A081 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB232160129-
CMYK00.310.440.09
HSL18.06º69.13%70.78%-
HSV(B)18.06º44.4%90.98%-
XYZ49.8143.8826.61-
YUV177.99100.35166.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.53%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 129 (50.78% from 255) = 24.76%
R=44.53%
G=30.71%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216012900.310.440.0918.0669.1370.78
HexE8A08101F2C9124547
Octal350240201037541122105107
Binary11101000101000001000000101111110110010011001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A081; }

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

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

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

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

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

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

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

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