#E99280

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

Shades of Dark Salmon #E99280

Tints of Dark Salmon #E99280

Color information

#E99280 (or 0xE99280) is unknown color: approx Dark Salmon. HEX triplet: E9, 92 and 80. RGB value is (233,146,128). Sum of RGB (Red+Green+Blue) = 233+146+128=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E99280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99280 is #166D7F. Grayscale: #AAAAAA. Windows color (decimal): -1469824 or 8426217. OLE color: 8426217.

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

Color convert

RGB233146128-
CMYK00.370.450.09
HSL10.29º70.47%70.78%-
HSV(B)10.29º45.06%91.37%-
XYZ47.7839.4425.52-
YUV169.96104.32172.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=45.96%
G=28.80%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314612800.370.450.0910.2970.4770.78
HexE992800252D9a4647
Octal351222200045551112106107
Binary11101001100100101000000001001011011011001101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99280; }

 p { color: rgb(233,146,128); }

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

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

 a { background-color: rgb(233,146,128); }

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

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

 span { border-color: rgb(233,146,128); }

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