#E8A591

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

Shades of Tonys Pink #E8A591

Tints of Tonys Pink #E8A591

Color information

#E8A591 (or 0xE8A591) is unknown color: approx Tonys Pink. HEX triplet: E8, A5 and 91. RGB value is (232,165,145). Sum of RGB (Red+Green+Blue) = 232+165+145=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A591 is #175A6E. Grayscale: #B6B6B6. Windows color (decimal): -1530479 or 9545192. OLE color: 9545192.

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

Color convert

RGB232165145-
CMYK00.290.380.09
HSL13.79º65.41%73.92%-
HSV(B)13.79º37.5%90.98%-
XYZ51.8446.1132.96-
YUV182.75106.7163.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 145 (57.03% from 255) = 26.75%
R=42.80%
G=30.44%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216514500.290.380.0913.7965.4173.92
HexE8A59101D269e414a
Octal350245221035461116101112
Binary1110100010100101100100010111011001101001111010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A591; }

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

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

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

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

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

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

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

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