Html Css Color HEX #E6987D Dark Salmon

📋 copy color: '#E6987D'

red 230 ◦ green 152 ◦ blue 125

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

Shades of Dark Salmon #E6987D

Tints of Dark Salmon #E6987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 45.36%
G = 29.98%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6987D (or 0xE6987D) is known color: Dark Salmon. HEX triplet: E6, 98 and 7D. RGB value is (230,152,125). Sum of RGB (Red+Green+Blue) = 230+152+125=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6987D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6987D is #196782. Grayscale: #ACACAC. Windows color (decimal): -1664899 or 8231142. OLE color: 8231142.

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

Color convert

RGB 230 152 125 -
CMYK 0 0.34 0.46 0.10
HSL 15.43º 0.68% 0.7% -
HSV(B) 15.43º 0.46% 0.9% -
XYZ 47.56 40.76 24.76 -
YUV 172.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 230 152 125 0 0.34 0.46 0.10 15.43 0.68 0.7
Hex E6 98 7D 0 22 2E A F 44 46
Octal 346 230 175 0 42 56 12 17 104 106
Binary 11100110 10011000 1111101 0 100010 101110 1010 1111 1000100 1000110

Color Harmonies of #E6987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6987D

Black with #E6987D

Text Example


Text Example

White with #E6987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6987D; }

 p { color: rgb(230,152,125); }

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

background-color css

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

 a { background-color: rgb(230,152,125); }

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

border-color css

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

 span { border-color: rgb(230,152,125); }

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