Html Css Color HEX #E8916D Dark Salmon

📋 copy color: '#E8916D'

red 232 ◦ green 145 ◦ blue 109

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

Shades of Dark Salmon #E8916D

Tints of Dark Salmon #E8916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.84%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 47.74%
G = 29.84%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8916D (or 0xE8916D) is known color: Dark Salmon. HEX triplet: E8, 91 and 6D. RGB value is (232,145,109). Sum of RGB (Red+Green+Blue) = 232+145+109=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8916D is #176E92. Grayscale: #A7A7A7. Windows color (decimal): -1535635 or 7180776. OLE color: 7180776.

HSL color Cylindrical-coordinate representation of color #E8916D: hue angle of 17.56º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8916D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 145 109 -
CMYK 0 0.38 0.53 0.09
HSL 17.56º 0.73% 0.67% -
HSV(B) 17.56º 0.53% 0.91% -
XYZ 46.16 38.51 19.47 -
YUV 166.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 232 145 109 0 0.38 0.53 0.09 17.56 0.73 0.67
Hex E8 91 6D 0 26 35 9 12 49 43
Octal 350 221 155 0 46 65 11 22 111 103
Binary 11101000 10010001 1101101 0 100110 110101 1001 10010 1001001 1000011

Color Harmonies of #E8916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8916D

Black with #E8916D

Text Example


Text Example

White with #E8916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8916D; }

 p { color: rgb(232,145,109); }

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

background-color css

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

 a { background-color: rgb(232,145,109); }

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

border-color css

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

 span { border-color: rgb(232,145,109); }

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