#E99383

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

Shades of Dark Salmon #E99383

Tints of Dark Salmon #E99383

Color information

#E99383 (or 0xE99383) is unknown color: approx Dark Salmon. HEX triplet: E9, 93 and 83. RGB value is (233,147,131). Sum of RGB (Red+Green+Blue) = 233+147+131=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E99383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99383 is #166C7C. Grayscale: #ABABAB. Windows color (decimal): -1469565 or 8623081. OLE color: 8623081.

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

Color convert

RGB233147131-
CMYK00.370.440.09
HSL9.41º69.86%71.37%-
HSV(B)9.41º43.78%91.37%-
XYZ48.1339.8326.62-
YUV170.89105.49172.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 131 (51.56% from 255) = 25.64%
R=45.60%
G=28.77%
B=25.64%

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
Decimal23314713100.370.440.099.4169.8671.37
HexE993830252C994647
Octal351223203045541111106107
Binary11101001100100111000001101001011011001001100110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99383; }

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

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

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

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

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

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

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

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