#E8A891

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

Shades of Tonys Pink #E8A891

Tints of Tonys Pink #E8A891

Color information

#E8A891 (or 0xE8A891) is unknown color: approx Tonys Pink. HEX triplet: E8, A8 and 91. RGB value is (232,168,145). Sum of RGB (Red+Green+Blue) = 232+168+145=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A891 is #17576E. Grayscale: #B8B8B8. Windows color (decimal): -1529711 or 9545960. OLE color: 9545960.

HSL color Cylindrical-coordinate representation of color #E8A891: hue angle of 15.86º 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 #E8A891 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232168145-
CMYK00.280.380.09
HSL15.86º65.41%73.92%-
HSV(B)15.86º37.5%90.98%-
XYZ52.3947.2133.14-
YUV184.51105.7161.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=42.57%
G=30.83%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216814500.280.380.0915.8665.4173.92
HexE8A89101C26910414a
Octal350250221034461120101112
Binary11101000101010001001000101110010011010011000010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A891; }

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

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

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

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

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

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

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

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