#E89A7E

Color #E89A7E Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E89A7E

Tints of Dark Salmon #E89A7E

Color information

#E89A7E (or 0xE89A7E) is unknown color: approx Dark Salmon. HEX triplet: E8, 9A and 7E. RGB value is (232,154,126). Sum of RGB (Red+Green+Blue) = 232+154+126=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89A7E is #176581. Grayscale: #AEAEAE. Windows color (decimal): -1533314 or 8297192. OLE color: 8297192.

HSL color Cylindrical-coordinate representation of color #E89A7E: hue angle of 15.85º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E89A7E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB232154126-
CMYK00.340.460.09
HSL15.85º69.74%70.2%-
HSV(B)15.85º45.69%90.98%-
XYZ48.641.7725.24-
YUV174.13100.84169.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.31%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=45.31%
G=30.08%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215412600.340.460.0915.8569.7470.2
HexE89A7E0222E9104646
Octal350232176042561120106106
Binary11101000100110101111110010001010111010011000010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89A7E; }

 p { color: rgb(232,154,126); }

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

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

 a { background-color: rgb(232,154,126); }

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

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

 span { border-color: rgb(232,154,126); }

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