#E8A58A

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

Shades of Tonys Pink #E8A58A

Tints of Tonys Pink #E8A58A

Color information

#E8A58A (or 0xE8A58A) is unknown color: approx Tonys Pink. HEX triplet: E8, A5 and 8A. RGB value is (232,165,138). Sum of RGB (Red+Green+Blue) = 232+165+138=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A58A is #175A75. Grayscale: #B6B6B6. Windows color (decimal): -1530486 or 9086440. OLE color: 9086440.

HSL color Cylindrical-coordinate representation of color #E8A58A: hue angle of 17.23º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8A58A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB232165138-
CMYK00.290.410.09
HSL17.23º67.14%72.55%-
HSV(B)17.23º40.52%90.98%-
XYZ51.3245.930.2-
YUV181.96103.2163.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=43.36%
G=30.84%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216513800.290.410.0917.2367.1472.55
HexE8A58A01D299114349
Octal350245212035511121103111
Binary11101000101001011000101001110110100110011000110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A58A; }

 p { color: rgb(232,165,138); }

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

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

 a { background-color: rgb(232,165,138); }

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

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

 span { border-color: rgb(232,165,138); }

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