Html Css Color HEX #E5987E Dark Salmon

📋 copy color: '#E5987E'

red 229 ◦ green 152 ◦ blue 126

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

Shades of Dark Salmon #E5987E

Tints of Dark Salmon #E5987E

RGB

 RED value IS 229 (89.84% from 255) = 45.17%

 GREEN value IS 152 (59.77% from 255) = 29.98%

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 45.17%
G = 29.98%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5987E (or 0xE5987E) is known color: Dark Salmon. HEX triplet: E5, 98 and 7E. RGB value is (229,152,126). Sum of RGB (Red+Green+Blue) = 229+152+126=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5987E is #1A6781. Grayscale: #ACACAC. Windows color (decimal): -1730434 or 8296677. OLE color: 8296677.

HSL color Cylindrical-coordinate representation of color #E5987E: hue angle of 15.15º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5987E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 152 126 -
CMYK 0 0.34 0.45 0.10
HSL 15.15º 0.66% 0.7% -
HSV(B) 15.15º 0.45% 0.9% -
XYZ 47.31 40.62 25.09 -
YUV 172.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 229 152 126 0 0.34 0.45 0.10 15.15 0.66 0.7
Hex E5 98 7E 0 22 2D A F 42 46
Octal 345 230 176 0 42 55 12 17 102 106
Binary 11100101 10011000 1111110 0 100010 101101 1010 1111 1000010 1000110

Color Harmonies of #E5987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5987E

Black with #E5987E

Text Example


Text Example

White with #E5987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5987E; }

 p { color: rgb(229,152,126); }

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

background-color css

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

 a { background-color: rgb(229,152,126); }

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

border-color css

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

 span { border-color: rgb(229,152,126); }

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