Html Css Color HEX #E0947D Dark Salmon

📋 copy color: '#E0947D'

red 224 ◦ green 148 ◦ blue 125

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

Shades of Dark Salmon #E0947D

Tints of Dark Salmon #E0947D

RGB

 RED value IS 224 (87.89% from 255) = 45.07%

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

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

R = 45.07%
G = 29.78%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0947D (or 0xE0947D) is known color: Dark Salmon. HEX triplet: E0, 94 and 7D. RGB value is (224,148,125). Sum of RGB (Red+Green+Blue) = 224+148+125=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0947D is #1F6B82. Grayscale: #A8A8A8. Windows color (decimal): -2059139 or 8230112. OLE color: 8230112.

HSL color Cylindrical-coordinate representation of color #E0947D: hue angle of 13.94º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0947D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 125 -
CMYK 0 0.34 0.44 0.12
HSL 13.94º 0.61% 0.68% -
HSV(B) 13.94º 0.44% 0.88% -
XYZ 45.03 38.51 24.46 -
YUV 168.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 224 148 125 0 0.34 0.44 0.12 13.94 0.61 0.68
Hex E0 94 7D 0 22 2C C E 3D 44
Octal 340 224 175 0 42 54 14 16 75 104
Binary 11100000 10010100 1111101 0 100010 101100 1100 1110 111101 1000100

Color Harmonies of #E0947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0947D

Black with #E0947D

Text Example


Text Example

White with #E0947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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