Html Css Color HEX #E39080 Dark Salmon

📋 copy color: '#E39080'

red 227 ◦ green 144 ◦ blue 128

#E39080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #E39080

Tints of Dark Salmon #E39080

RGB

 RED value IS 227 (89.06% from 255) = 45.49%

 GREEN value IS 144 (56.64% from 255) = 28.86%

 BLUE value IS 128 (50.39% from 255) = 25.65%

R = 45.49%
G = 28.86%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E39080 (or 0xE39080) is known color: Dark Salmon. HEX triplet: E3, 90 and 80. RGB value is (227,144,128). Sum of RGB (Red+Green+Blue) = 227+144+128=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E39080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39080 is #1C6F7F. Grayscale: #A7A7A7. Windows color (decimal): -1863552 or 8425699. OLE color: 8425699.

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

Color convert

RGB 227 144 128 -
CMYK 0 0.37 0.44 0.11
HSL 9.7º 0.64% 0.7% -
HSV(B) 9.7º 0.44% 0.89% -
XYZ 45.55 37.84 25.32 -
YUV 166.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 227 144 128 0 0.37 0.44 0.11 9.7 0.64 0.7
Hex E3 90 80 0 25 2C B A 40 46
Octal 343 220 200 0 45 54 13 12 100 106
Binary 11100011 10010000 10000000 0 100101 101100 1011 1010 1000000 1000110

Color Harmonies of #E39080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39080

Black with #E39080

Text Example


Text Example

White with #E39080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39080; }

 p { color: rgb(227,144,128); }

 H1.HeaderClassName
 {
   color: #E39080;
 }
 .AnyTagClassName
 {
   color: #E39080;
 }
</style>

background-color css

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

 a { background-color: rgb(227,144,128); }

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

border-color css

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

 span { border-color: rgb(227,144,128); }

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