Html Css Color HEX #E7947F Dark Salmon

📋 copy color: '#E7947F'

red 231 ◦ green 148 ◦ blue 127

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

Shades of Dark Salmon #E7947F

Tints of Dark Salmon #E7947F

RGB

 RED value IS 231 (90.63% from 255) = 45.65%

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

 BLUE value IS 127 (50% from 255) = 25.1%

R = 45.65%
G = 29.25%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7947F (or 0xE7947F) is known color: Dark Salmon. HEX triplet: E7, 94 and 7F. RGB value is (231,148,127). Sum of RGB (Red+Green+Blue) = 231+148+127=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7947F is #186B80. Grayscale: #AAAAAA. Windows color (decimal): -1600385 or 8361191. OLE color: 8361191.

HSL color Cylindrical-coordinate representation of color #E7947F: hue angle of 12.12º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7947F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 148 127 -
CMYK 0 0.36 0.45 0.09
HSL 12.12º 0.68% 0.7% -
HSV(B) 12.12º 0.45% 0.91% -
XYZ 47.38 39.7 25.24 -
YUV 170.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 231 148 127 0 0.36 0.45 0.09 12.12 0.68 0.7
Hex E7 94 7F 0 24 2D 9 C 44 46
Octal 347 224 177 0 44 55 11 14 104 106
Binary 11100111 10010100 1111111 0 100100 101101 1001 1100 1000100 1000110

Color Harmonies of #E7947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7947F

Black with #E7947F

Text Example


Text Example

White with #E7947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7947F; }

 p { color: rgb(231,148,127); }

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

background-color css

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

 a { background-color: rgb(231,148,127); }

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

border-color css

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

 span { border-color: rgb(231,148,127); }

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