#EA907F

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

Shades of Dark Salmon #EA907F

Tints of Dark Salmon #EA907F

Color information

#EA907F (or 0xEA907F) is unknown color: approx Dark Salmon. HEX triplet: EA, 90 and 7F. RGB value is (234,144,127). Sum of RGB (Red+Green+Blue) = 234+144+127=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA907F is #156F80. Grayscale: #A9A9A9. Windows color (decimal): -1404801 or 8360170. OLE color: 8360170.

HSL color Cylindrical-coordinate representation of color #EA907F: hue angle of 9.53º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA907F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234144127-
CMYK00.380.460.08
HSL9.53º71.81%70.78%-
HSV(B)9.53º45.73%91.76%-
XYZ47.7438.9725.08-
YUV168.97104.32174.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 127 (50% from 255) = 25.15%
R=46.34%
G=28.51%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414412700.380.460.089.5371.8170.78
HexEA907F0262E8a4847
Octal352220177046561012110107
Binary1110101010010000111111101001101011101000101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA907F; }

 p { color: rgb(234,144,127); }

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

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

 a { background-color: rgb(234,144,127); }

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

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

 span { border-color: rgb(234,144,127); }

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