#E28F7A

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

Shades of Dark Salmon #E28F7A

Tints of Dark Salmon #E28F7A

Color information

#E28F7A (or 0xE28F7A) is unknown color: approx Dark Salmon. HEX triplet: E2, 8F and 7A. RGB value is (226,143,122). Sum of RGB (Red+Green+Blue) = 226+143+122=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F7A is #1D7085. Grayscale: #A5A5A5. Windows color (decimal): -1929350 or 8032226. OLE color: 8032226.

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

Color convert

RGB226143122-
CMYK00.370.460.11
HSL12.12º64.2%68.24%-
HSV(B)12.12º46.02%88.63%-
XYZ44.737.2223.24-
YUV165.42103.5171.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=46.03%
G=29.12%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614312200.370.460.1112.1264.268.24
HexE28F7A0252EBc4044
Octal342217172045561314100104
Binary1110001010001111111101001001011011101011110010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28F7A; }

 p { color: rgb(226,143,122); }

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

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

 a { background-color: rgb(226,143,122); }

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

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

 span { border-color: rgb(226,143,122); }

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