#e99382

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

Shades of Dark Salmon #E99382

Tints of Dark Salmon #E99382

Color information

#E99382 (or 0xE99382) is unknown color: approx Dark Salmon. HEX triplet: E9, 93 and 82. RGB value is (233,147,130). Sum of RGB (Red+Green+Blue) = 233+147+130=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E99382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99382 is #166C7D. Grayscale: #AAAAAA. Windows color (decimal): -1469566 or 8557545. OLE color: 8557545.

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

Color convert

RGB233147130-
CMYK00.370.440.09
HSL9.9º70.07%71.18%-
HSV(B)9.9º44.21%91.37%-
XYZ48.0739.826.27-
YUV170.78104.99172.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=45.69%
G=28.82%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314713000.370.440.099.970.0771.18
HexE993820252C9a4647
Octal351223202045541112106107
Binary11101001100100111000001001001011011001001101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e99382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e99382; }

 p { color: rgb(233,147,130); }

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

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

 a { background-color: rgb(233,147,130); }

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

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

 span { border-color: rgb(233,147,130); }

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