Html Css Color HEX #E89980 Dark Salmon

📋 copy color: '#E89980'

red 232 ◦ green 153 ◦ blue 128

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

Shades of Dark Salmon #E89980

Tints of Dark Salmon #E89980

RGB

 RED value IS 232 (91.02% from 255) = 45.22%

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

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

R = 45.22%
G = 29.82%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E89980 (or 0xE89980) is known color: Dark Salmon. HEX triplet: E8, 99 and 80. RGB value is (232,153,128). Sum of RGB (Red+Green+Blue) = 232+153+128=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E89980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89980 is #17667F. Grayscale: #ADADAD. Windows color (decimal): -1533568 or 8428008. OLE color: 8428008.

HSL color Cylindrical-coordinate representation of color #E89980: hue angle of 14.42º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E89980 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 153 128 -
CMYK 0 0.34 0.45 0.09
HSL 14.42º 0.69% 0.71% -
HSV(B) 14.42º 0.45% 0.91% -
XYZ 48.57 41.5 25.87 -
YUV 173.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 232 153 128 0 0.34 0.45 0.09 14.42 0.69 0.71
Hex E8 99 80 0 22 2D 9 E 45 47
Octal 350 231 200 0 42 55 11 16 105 107
Binary 11101000 10011001 10000000 0 100010 101101 1001 1110 1000101 1000111

Color Harmonies of #E89980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89980

Black with #E89980

Text Example


Text Example

White with #E89980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89980; }

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

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

background-color css

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

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

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

border-color css

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

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

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