#E4987F

Color #E4987F Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E4987F

Tints of Dark Salmon #E4987F

Color information

#E4987F (or 0xE4987F) is unknown color: approx Dark Salmon. HEX triplet: E4, 98 and 7F. RGB value is (228,152,127). Sum of RGB (Red+Green+Blue) = 228+152+127=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E4987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4987F is #1B6780. Grayscale: #ACACAC. Windows color (decimal): -1795969 or 8362212. OLE color: 8362212.

HSL color Cylindrical-coordinate representation of color #E4987F: hue angle of 14.85º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4987F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB228152127-
CMYK00.330.440.11
HSL14.85º65.16%69.61%-
HSV(B)14.85º44.3%89.41%-
XYZ47.0540.4825.41-
YUV171.87102.68168.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.97%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 127 (50% from 255) = 25.05%
R=44.97%
G=29.98%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815212700.330.440.1114.8565.1669.61
HexE4987F0212CBf4146
Octal344230177041541317101106
Binary1110010010011000111111101000011011001011111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4987F; }

 p { color: rgb(228,152,127); }

 H1.HeaderClassName
 {
   color: #E4987F;
 }
 .AnyTagClassName
 {
   color: #E4987F;
 }
</style>
background-color css

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

 a { background-color: rgb(228,152,127); }

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

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

 span { border-color: rgb(228,152,127); }

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