Html Css Color HEX #E1987D Dark Salmon

📋 copy color: '#E1987D'

red 225 ◦ green 152 ◦ blue 125

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

Shades of Dark Salmon #E1987D

Tints of Dark Salmon #E1987D

RGB

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

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

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

R = 44.82%
G = 30.28%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1987D (or 0xE1987D) is known color: Dark Salmon. HEX triplet: E1, 98 and 7D. RGB value is (225,152,125). Sum of RGB (Red+Green+Blue) = 225+152+125=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1987D is #1E6782. Grayscale: #AAAAAA. Windows color (decimal): -1992579 or 8231137. OLE color: 8231137.

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

Color convert

RGB 225 152 125 -
CMYK 0 0.32 0.44 0.12
HSL 16.2º 0.63% 0.69% -
HSV(B) 16.2º 0.44% 0.88% -
XYZ 45.98 39.94 24.69 -
YUV 170.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 225 152 125 0 0.32 0.44 0.12 16.2 0.63 0.69
Hex E1 98 7D 0 20 2C C 10 3E 45
Octal 341 230 175 0 40 54 14 20 76 105
Binary 11100001 10011000 1111101 0 100000 101100 1100 10000 111110 1000101

Color Harmonies of #E1987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1987D

Black with #E1987D

Text Example


Text Example

White with #E1987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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