Html Css Color HEX #E49980 Dark Salmon

📋 copy color: '#E49980'

red 228 ◦ green 153 ◦ blue 128

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

Shades of Dark Salmon #E49980

Tints of Dark Salmon #E49980

RGB

 RED value IS 228 (89.45% from 255) = 44.79%

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 44.79%
G = 30.06%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E49980 (or 0xE49980) is known color: Dark Salmon. HEX triplet: E4, 99 and 80. RGB value is (228,153,128). Sum of RGB (Red+Green+Blue) = 228+153+128=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E49980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49980 is #1B667F. Grayscale: #ACACAC. Windows color (decimal): -1795712 or 8428004. OLE color: 8428004.

HSL color Cylindrical-coordinate representation of color #E49980: hue angle of 15º degrees, saturation: 0.65, 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 #E49980 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 153 128 -
CMYK 0 0.33 0.44 0.11
HSL 15º 0.65% 0.7% -
HSV(B) 15º 0.44% 0.89% -
XYZ 47.28 40.83 25.81 -
YUV 172.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 228 153 128 0 0.33 0.44 0.11 15 0.65 0.7
Hex E4 99 80 0 21 2C B F 41 46
Octal 344 231 200 0 41 54 13 17 101 106
Binary 11100100 10011001 10000000 0 100001 101100 1011 1111 1000001 1000110

Color Harmonies of #E49980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49980

Black with #E49980

Text Example


Text Example

White with #E49980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49980; }

 p { color: rgb(228,153,128); }

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

background-color css

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

 a { background-color: rgb(228,153,128); }

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

border-color css

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

 span { border-color: rgb(228,153,128); }

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