#E89D8A

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

Shades of Tonys Pink #E89D8A

Tints of Tonys Pink #E89D8A

Color information

#E89D8A (or 0xE89D8A) is unknown color: approx Tonys Pink. HEX triplet: E8, 9D and 8A. RGB value is (232,157,138). Sum of RGB (Red+Green+Blue) = 232+157+138=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89D8A is #176275. Grayscale: #B1B1B1. Windows color (decimal): -1532534 or 9084392. OLE color: 9084392.

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

Color convert

RGB232157138-
CMYK00.320.410.09
HSL12.13º67.14%72.55%-
HSV(B)12.13º40.52%90.98%-
XYZ49.9243.129.73-
YUV177.26105.85167.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.02%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=44.02%
G=29.79%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215713800.320.410.0912.1367.1472.55
HexE89D8A020299c4349
Octal350235212040511114103111
Binary11101000100111011000101001000001010011001110010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89D8A; }

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

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

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

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

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

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

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

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