#E69E7F

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

Shades of Dark Salmon #E69E7F

Tints of Dark Salmon #E69E7F

Color information

#E69E7F (or 0xE69E7F) is unknown color: approx Dark Salmon. HEX triplet: E6, 9E and 7F. RGB value is (230,158,127). Sum of RGB (Red+Green+Blue) = 230+158+127=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E7F is #196180. Grayscale: #B0B0B0. Windows color (decimal): -1663361 or 8363750. OLE color: 8363750.

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

Color convert

RGB230158127-
CMYK00.310.450.10
HSL18.06º67.32%70%-
HSV(B)18.06º44.78%90.2%-
XYZ48.6942.8125.78-
YUV175.99100.35166.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.66%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 127 (50% from 255) = 24.66%
R=44.66%
G=30.68%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015812700.310.450.1018.0667.3270
HexE69E7F01F2DA124346
Octal346236177037551222103106
Binary1110011010011110111111101111110110110101001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69E7F; }

 p { color: rgb(230,158,127); }

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

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

 a { background-color: rgb(230,158,127); }

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

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

 span { border-color: rgb(230,158,127); }

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