Html Css Color HEX #EB947D Dark Salmon

📋 copy color: '#EB947D'

red 235 ◦ green 148 ◦ blue 125

#EB947D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #EB947D

Tints of Dark Salmon #EB947D

RGB

 RED value IS 235 (92.19% from 255) = 46.26%

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 46.26%
G = 29.13%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB947D (or 0xEB947D) is known color: Dark Salmon. HEX triplet: EB, 94 and 7D. RGB value is (235,148,125). Sum of RGB (Red+Green+Blue) = 235+148+125=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB947D is #146B82. Grayscale: #ABABAB. Windows color (decimal): -1338243 or 8230123. OLE color: 8230123.

HSL color Cylindrical-coordinate representation of color #EB947D: hue angle of 12.55º 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 #EB947D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 148 125 -
CMYK 0 0.37 0.47 0.08
HSL 12.55º 0.73% 0.71% -
HSV(B) 12.55º 0.47% 0.92% -
XYZ 48.55 40.32 24.63 -
YUV 171.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 235 148 125 0 0.37 0.47 0.08 12.55 0.73 0.71
Hex EB 94 7D 0 25 2F 8 D 49 47
Octal 353 224 175 0 45 57 10 15 111 107
Binary 11101011 10010100 1111101 0 100101 101111 1000 1101 1001001 1000111

Color Harmonies of #EB947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB947D

Black with #EB947D

Text Example


Text Example

White with #EB947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB947D; }

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

 H1.HeaderClassName
 {
   color: #EB947D;
 }
 .AnyTagClassName
 {
   color: #EB947D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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