Html Css Color HEX #E8957F Dark Salmon

📋 copy color: '#E8957F'

red 232 ◦ green 149 ◦ blue 127

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

Shades of Dark Salmon #E8957F

Tints of Dark Salmon #E8957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

 BLUE value IS 127 (50% from 255) = 25%

R = 45.67%
G = 29.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8957F (or 0xE8957F) is known color: Dark Salmon. HEX triplet: E8, 95 and 7F. RGB value is (232,149,127). Sum of RGB (Red+Green+Blue) = 232+149+127=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8957F is #176A80. Grayscale: #ABABAB. Windows color (decimal): -1534593 or 8361448. OLE color: 8361448.

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

Color convert

RGB 232 149 127 -
CMYK 0 0.36 0.45 0.09
HSL 12.57º 0.7% 0.7% -
HSV(B) 12.57º 0.45% 0.91% -
XYZ 47.86 40.18 25.31 -
YUV 171.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 232 149 127 0 0.36 0.45 0.09 12.57 0.7 0.7
Hex E8 95 7F 0 24 2D 9 D 46 46
Octal 350 225 177 0 44 55 11 15 106 106
Binary 11101000 10010101 1111111 0 100100 101101 1001 1101 1000110 1000110

Color Harmonies of #E8957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8957F

Black with #E8957F

Text Example


Text Example

White with #E8957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8957F; }

 p { color: rgb(232,149,127); }

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

background-color css

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

 a { background-color: rgb(232,149,127); }

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

border-color css

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

 span { border-color: rgb(232,149,127); }

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