Html Css Color HEX #E99B80 Dark Salmon

📋 copy color: '#E99B80'

red 233 ◦ green 155 ◦ blue 128

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

Shades of Dark Salmon #E99B80

Tints of Dark Salmon #E99B80

RGB

 RED value IS 233 (91.41% from 255) = 45.16%

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

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

R = 45.16%
G = 30.04%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E99B80 (or 0xE99B80) is known color: Dark Salmon. HEX triplet: E9, 9B and 80. RGB value is (233,155,128). Sum of RGB (Red+Green+Blue) = 233+155+128=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99B80 is #16647F. Grayscale: #AFAFAF. Windows color (decimal): -1467520 or 8428521. OLE color: 8428521.

HSL color Cylindrical-coordinate representation of color #E99B80: hue angle of 15.43º degrees, saturation: 0.7, 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 #E99B80 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 155 128 -
CMYK 0 0.33 0.45 0.09
HSL 15.43º 0.7% 0.71% -
HSV(B) 15.43º 0.45% 0.91% -
XYZ 49.22 42.32 26 -
YUV 175.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 233 155 128 0 0.33 0.45 0.09 15.43 0.7 0.71
Hex E9 9B 80 0 21 2D 9 F 46 47
Octal 351 233 200 0 41 55 11 17 106 107
Binary 11101001 10011011 10000000 0 100001 101101 1001 1111 1000110 1000111

Color Harmonies of #E99B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99B80

Black with #E99B80

Text Example


Text Example

White with #E99B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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