#E69180

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

Shades of Dark Salmon #E69180

Tints of Dark Salmon #E69180

Color information

#E69180 (or 0xE69180) is unknown color: approx Dark Salmon. HEX triplet: E6, 91 and 80. RGB value is (230,145,128). Sum of RGB (Red+Green+Blue) = 230+145+128=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E69180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69180 is #196E7F. Grayscale: #A8A8A8. Windows color (decimal): -1666688 or 8425958. OLE color: 8425958.

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

Color convert

RGB230145128-
CMYK00.370.440.10
HSL10º67.11%70.2%-
HSV(B)10º44.35%90.2%-
XYZ46.6538.6325.42-
YUV168.48105.16171.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.73%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=45.73%
G=28.83%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014512800.370.440.101067.1170.2
HexE691800252CAa4346
Octal346221200045541212103106
Binary11100110100100011000000001001011011001010101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69180; }

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

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

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

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

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

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

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

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