#e6937e

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

Shades of Dark Salmon #E6937E

Tints of Dark Salmon #E6937E

Color information

#E6937E (or 0xE6937E) is unknown color: approx Dark Salmon. HEX triplet: E6, 93 and 7E. RGB value is (230,147,126). Sum of RGB (Red+Green+Blue) = 230+147+126=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6937E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6937E is #196C81. Grayscale: #A9A9A9. Windows color (decimal): -1666178 or 8295398. OLE color: 8295398.

HSL color Cylindrical-coordinate representation of color #E6937E: hue angle of 12.12º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6937E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230147126-
CMYK00.360.450.10
HSL12.12º67.53%69.8%-
HSV(B)12.12º45.22%90.2%-
XYZ46.8339.224.84-
YUV169.42103.5171.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.73%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=45.73%
G=29.22%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014712600.360.450.1012.1267.5369.8
HexE6937E0242DAc4446
Octal346223176044551214104106
Binary1110011010010011111111001001001011011010110010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6937e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6937e; }

 p { color: rgb(230,147,126); }

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

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

 a { background-color: rgb(230,147,126); }

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

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

 span { border-color: rgb(230,147,126); }

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