Html Css Color HEX #E1987C Dark Salmon

📋 copy color: '#E1987C'

red 225 ◦ green 152 ◦ blue 124

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

Shades of Dark Salmon #E1987C

Tints of Dark Salmon #E1987C

RGB

 RED value IS 225 (88.28% from 255) = 44.91%

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

 BLUE value IS 124 (48.83% from 255) = 24.75%

R = 44.91%
G = 30.34%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1987C (or 0xE1987C) is known color: Dark Salmon. HEX triplet: E1, 98 and 7C. RGB value is (225,152,124). Sum of RGB (Red+Green+Blue) = 225+152+124=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1987C is #1E6783. Grayscale: #AAAAAA. Windows color (decimal): -1992580 or 8165601. OLE color: 8165601.

HSL color Cylindrical-coordinate representation of color #E1987C: hue angle of 16.63º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1987C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 152 124 -
CMYK 0 0.32 0.45 0.12
HSL 16.63º 0.63% 0.68% -
HSV(B) 16.63º 0.45% 0.88% -
XYZ 45.92 39.92 24.35 -
YUV 170.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 225 152 124 0 0.32 0.45 0.12 16.63 0.63 0.68
Hex E1 98 7C 0 20 2D C 11 3F 44
Octal 341 230 174 0 40 55 14 21 77 104
Binary 11100001 10011000 1111100 0 100000 101101 1100 10001 111111 1000100

Color Harmonies of #E1987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1987C

Black with #E1987C

Text Example


Text Example

White with #E1987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1987C; }

 p { color: rgb(225,152,124); }

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

background-color css

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

 a { background-color: rgb(225,152,124); }

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

border-color css

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

 span { border-color: rgb(225,152,124); }

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