#E6917E

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

Shades of Dark Salmon #E6917E

Tints of Dark Salmon #E6917E

Color information

#E6917E (or 0xE6917E) is unknown color: approx Dark Salmon. HEX triplet: E6, 91 and 7E. RGB value is (230,145,126). Sum of RGB (Red+Green+Blue) = 230+145+126=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6917E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6917E is #196E81. Grayscale: #A8A8A8. Windows color (decimal): -1666690 or 8294886. OLE color: 8294886.

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

Color convert

RGB230145126-
CMYK00.370.450.10
HSL10.96º67.53%69.8%-
HSV(B)10.96º45.22%90.2%-
XYZ46.5238.5824.73-
YUV168.25104.16172.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=45.91%
G=28.94%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014512600.370.450.1010.9667.5369.8
HexE6917E0252DAb4446
Octal346221176045551213104106
Binary1110011010010001111111001001011011011010101110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6917E; }

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

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

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

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

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

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

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

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