#EB927D

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

Shades of Dark Salmon #EB927D

Tints of Dark Salmon #EB927D

Color information

#EB927D (or 0xEB927D) is unknown color: approx Dark Salmon. HEX triplet: EB, 92 and 7D. RGB value is (235,146,125). Sum of RGB (Red+Green+Blue) = 235+146+125=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB927D is #146D82. Grayscale: #AAAAAA. Windows color (decimal): -1338755 or 8229611. OLE color: 8229611.

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

Color convert

RGB235146125-
CMYK00.380.470.08
HSL11.45º73.33%70.59%-
HSV(B)11.45º46.81%92.16%-
XYZ48.2439.724.52-
YUV170.22102.49174.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=46.44%
G=28.85%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514612500.380.470.0811.4573.3370.59
HexEB927D0262F8b4947
Octal353222175046571013111107
Binary1110101110010010111110101001101011111000101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB927D; }

 p { color: rgb(235,146,125); }

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

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

 a { background-color: rgb(235,146,125); }

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

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

 span { border-color: rgb(235,146,125); }

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