#E4987A

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

Shades of Dark Salmon #E4987A

Tints of Dark Salmon #E4987A

Color information

#E4987A (or 0xE4987A) is unknown color: approx Dark Salmon. HEX triplet: E4, 98 and 7A. RGB value is (228,152,122). Sum of RGB (Red+Green+Blue) = 228+152+122=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4987A is #1B6785. Grayscale: #ABABAB. Windows color (decimal): -1795974 or 8034532. OLE color: 8034532.

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

Color convert

RGB228152122-
CMYK00.330.460.11
HSL16.98º66.25%68.63%-
HSV(B)16.98º46.49%89.41%-
XYZ46.7440.3623.74-
YUV171.3100.18168.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.42%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=45.42%
G=30.28%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815212200.330.460.1116.9866.2568.63
HexE4987A0212EB114245
Octal344230172041561321102105
Binary11100100100110001111010010000110111010111000110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4987A; }

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

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

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

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

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

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

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

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