#E99A7D

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

Shades of Dark Salmon #E99A7D

Tints of Dark Salmon #E99A7D

Color information

#E99A7D (or 0xE99A7D) is unknown color: approx Dark Salmon. HEX triplet: E9, 9A and 7D. RGB value is (233,154,125). Sum of RGB (Red+Green+Blue) = 233+154+125=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99A7D is #166582. Grayscale: #AEAEAE. Windows color (decimal): -1467779 or 8231657. OLE color: 8231657.

HSL color Cylindrical-coordinate representation of color #E99A7D: hue angle of 16.11º degrees, saturation: 0.71, 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 #E99A7D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB233154125-
CMYK00.340.460.09
HSL16.11º71.05%70.2%-
HSV(B)16.11º46.35%91.37%-
XYZ48.8641.9224.92-
YUV174.32100.17169.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.51%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=45.51%
G=30.08%
B=24.41%

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
Decimal23315412500.340.460.0916.1171.0570.2
HexE99A7D0222E9104746
Octal351232175042561120107106
Binary11101001100110101111101010001010111010011000010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99A7D; }

 p { color: rgb(233,154,125); }

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

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

 a { background-color: rgb(233,154,125); }

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

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

 span { border-color: rgb(233,154,125); }

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