Html Css Color HEX #E1987E Dark Salmon

📋 copy color: '#E1987E'

red 225 ◦ green 152 ◦ blue 126

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

Shades of Dark Salmon #E1987E

Tints of Dark Salmon #E1987E

RGB

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

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

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

R = 44.73%
G = 30.22%
B = 25.05%

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

#E1987E (or 0xE1987E) is known color: Dark Salmon. HEX triplet: E1, 98 and 7E. RGB value is (225,152,126). Sum of RGB (Red+Green+Blue) = 225+152+126=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1987E is #1E6781. Grayscale: #ABABAB. Windows color (decimal): -1992578 or 8296673. OLE color: 8296673.

HSL color Cylindrical-coordinate representation of color #E1987E: hue angle of 15.76º 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 #E1987E is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 152 126 -
CMYK 0 0.32 0.44 0.12
HSL 15.76º 0.62% 0.69% -
HSV(B) 15.76º 0.44% 0.88% -
XYZ 46.05 39.97 25.03 -
YUV 170.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 225 152 126 0 0.32 0.44 0.12 15.76 0.62 0.69
Hex E1 98 7E 0 20 2C C 10 3E 45
Octal 341 230 176 0 40 54 14 20 76 105
Binary 11100001 10011000 1111110 0 100000 101100 1100 10000 111110 1000101

Color Harmonies of #E1987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1987E

Black with #E1987E

Text Example


Text Example

White with #E1987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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