Html Css Color HEX #E69B80 Dark Salmon

📋 copy color: '#E69B80'

red 230 ◦ green 155 ◦ blue 128

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

Shades of Dark Salmon #E69B80

Tints of Dark Salmon #E69B80

RGB

 RED value IS 230 (90.23% from 255) = 44.83%

 GREEN value IS 155 (60.94% from 255) = 30.21%

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

R = 44.83%
G = 30.21%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E69B80 (or 0xE69B80) is known color: Dark Salmon. HEX triplet: E6, 9B and 80. RGB value is (230,155,128). Sum of RGB (Red+Green+Blue) = 230+155+128=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B80 is #19647F. Grayscale: #AEAEAE. Windows color (decimal): -1664128 or 8428518. OLE color: 8428518.

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

Color convert

RGB 230 155 128 -
CMYK 0 0.33 0.44 0.10
HSL 15.88º 0.67% 0.7% -
HSV(B) 15.88º 0.44% 0.9% -
XYZ 48.25 41.82 25.95 -
YUV 174.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 230 155 128 0 0.33 0.44 0.10 15.88 0.67 0.7
Hex E6 9B 80 0 21 2C A 10 43 46
Octal 346 233 200 0 41 54 12 20 103 106
Binary 11100110 10011011 10000000 0 100001 101100 1010 10000 1000011 1000110

Color Harmonies of #E69B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B80

Black with #E69B80

Text Example


Text Example

White with #E69B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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